commit | f38051e142d2ff441176d355215a1ea0025acc6b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:16:01 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 387ca6154bbfb29b7ff30946cac70036146c5cb6 | |
parent | 50137da2fe99485a3e9255553a74194519b73ee0 [diff] |
checkpatch: Don't allow common.h and dm.h in headers These headers should not be included in other header files. Add a checkpatch rule and test for this. Signed-off-by: Simon Glass <sjg@chromium.org>