commit | fb6f4828b9135665517857d50e7ce609d5f543ad | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:36:17 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 21:48:22 2020 -0700 |
tree | 422f580407bce71672737bd358723f47be495a22 | |
parent | 9bc1564e0d5b9cfcd5eef7fe83fae233ff2faba6 [diff] |
dm: core: Drop the inclusion of linux/compat.h in dm.h Most files don't need this header and it pulls in quite of lots of stuff, malloc() in particular. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>