diff options
Diffstat (limited to 'drivers/video/fb_notify.c')
-rw-r--r-- | drivers/video/fb_notify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fb_notify.c b/drivers/video/fb_notify.c index 8c020389e4fa..74c2da528884 100644 --- a/drivers/video/fb_notify.c +++ b/drivers/video/fb_notify.c | |||
@@ -12,6 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | #include <linux/fb.h> | 13 | #include <linux/fb.h> |
14 | #include <linux/notifier.h> | 14 | #include <linux/notifier.h> |
15 | #include <linux/export.h> | ||
15 | 16 | ||
16 | static BLOCKING_NOTIFIER_HEAD(fb_notifier_list); | 17 | static BLOCKING_NOTIFIER_HEAD(fb_notifier_list); |
17 | 18 | ||