commit | 07c5e74d03645c50738bc6fe94408bd07ea149d3 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Wed Jun 14 08:48:52 2017 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Wed Jun 14 08:48:52 2017 -0700 |
tree | ae60b56692e88d4b794124a90458f82d215af3f4 | |
parent | 9f28bf89e26ef311d55071d76e30cb0661f50610 [diff] |
drm: msm: Remove stddef.h include from uapi Having this include here causes sparse to spew an error about including a file outside of the kerenel repo. There's a linux/stddef.h file that could be included instead, but things compile without this include anyway so just remove it. Change-Id: I320bc9aa23c4e8d75a689efb4c4d0dd2db5e150b Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>