commit | f217651575f30256955f22a1691115a70e7f5934 | [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 | 336d4615f8fa774557d14f9b3245daa9e5fe3dbc [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>