mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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 <geert@linux-m68k.org> Tested-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
7168791fca
commit
6134b0be91
|
|
@ -10,8 +10,11 @@
|
|||
|
||||
#include <generated/utsrelease.h>
|
||||
|
||||
#include <linux/container_of.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/export.h>
|
||||
#include <linux/idr.h>
|
||||
#include <linux/jiffies.h>
|
||||
#include <linux/kstrtox.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
#ifndef _LINEDISP_H
|
||||
#define _LINEDISP_H
|
||||
|
||||
#include <linux/device.h>
|
||||
#include <linux/timer_types.h>
|
||||
|
||||
/**
|
||||
* struct linedisp - character line display private data structure
|
||||
* @dev: the line display device
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user