commit | 4a1989c0bc77565493fd142ce224d5d0c88deda9 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sun Oct 04 21:39:57 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 16 09:44:27 2020 -0400 |
tree | ea40e8c6a93a8e6e54ead962cc709e993b607419 | |
parent | 69dae8902b16c3d6f3a6b3932bca95b6b913f8ee [diff] |
dm: Don't undefine dev_xxx macros Now that linux/compat.h does not define these macros, we do not need to undefine them. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>