From: Andy Shevchenko Date: Mon, 12 Feb 2024 17:01:38 +0000 (+0200) Subject: auxdisplay: linedisp: Add missing header(s) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6134b0be91f5d23a5000e5a0c3ee3d061bb4ad82;p=linux.git auxdisplay: linedisp: Add missing header(s) Do not imply that some of the generic headers may be always included. Instead, include explicitly what we are direct user of. Reviewed-by: Geert Uytterhoeven Tested-by: Geert Uytterhoeven Signed-off-by: Andy Shevchenko --- diff --git a/drivers/auxdisplay/line-display.c b/drivers/auxdisplay/line-display.c index 8d91c20996618..a0339e4b5939b 100644 --- a/drivers/auxdisplay/line-display.c +++ b/drivers/auxdisplay/line-display.c @@ -10,8 +10,11 @@ #include +#include #include +#include #include +#include #include #include #include diff --git a/drivers/auxdisplay/line-display.h b/drivers/auxdisplay/line-display.h index 5068e3445e4f6..a6efda4ac11d9 100644 --- a/drivers/auxdisplay/line-display.h +++ b/drivers/auxdisplay/line-display.h @@ -11,6 +11,9 @@ #ifndef _LINEDISP_H #define _LINEDISP_H +#include +#include + /** * struct linedisp - character line display private data structure * @dev: the line display device