diff options
author | Andy Shevchenko <[email protected]> | 2020-02-04 18:21:14 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <[email protected]> | 2020-03-02 16:32:14 +0100 |
commit | 9e553376d3d44cecab2460a57085a82dbb3bc297 (patch) | |
tree | 59fd49446fff512604173941d2c988326bf0a662 | |
parent | 11be60bd66d5431018d706ec623c8ece80a7f931 (diff) |
fbdev: simplefb: Platform data shan't include kernel.h
Replace with appropriate types.h.
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Hans de Goede <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | include/linux/platform_data/simplefb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/simplefb.h b/include/linux/platform_data/simplefb.h index 4f733a411d18..ca8337695c2a 100644 --- a/include/linux/platform_data/simplefb.h +++ b/include/linux/platform_data/simplefb.h @@ -10,7 +10,7 @@ #include <drm/drm_fourcc.h> #include <linux/fb.h> -#include <linux/kernel.h> +#include <linux/types.h> /* format array, use it to initialize a "struct simplefb_format" array */ #define SIMPLEFB_FORMATS \ |