diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-04-22 15:51:55 +0300 |
---|---|---|
committer | Imre Deak <imre.deak@intel.com> | 2020-10-13 17:15:43 +0300 |
commit | 8bca49e43fb5994bd2a03f3f114cf89bc6f87a14 (patch) | |
tree | 7a73d55ea7ca987d97b327ae20bd596d67b17cb7 | |
parent | a4e45e5d3097c2213802823794f845acb51e8bc7 (diff) |
drm: shmobile: Reduce include dependencies
This file doesn't need anything provided by <linux/kernel.h>.
All it needs are some types, which are provided by <drm/drm_mode.h>.
Drop unneeded <linux/kernel.h> completely.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200422125201.37618-1-andriy.shevchenko@linux.intel.com
-rw-r--r-- | include/linux/platform_data/shmob_drm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/shmob_drm.h b/include/linux/platform_data/shmob_drm.h index fe815d7d9f58..d661399b217d 100644 --- a/include/linux/platform_data/shmob_drm.h +++ b/include/linux/platform_data/shmob_drm.h @@ -10,8 +10,6 @@ #ifndef __SHMOB_DRM_H__ #define __SHMOB_DRM_H__ -#include <linux/kernel.h> - #include <drm/drm_mode.h> enum shmob_drm_clk_source { |