From 530568e09ee4dd431ad82a6100d752a9a983ad72 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 5 Sep 2010 14:51:49 +0100 Subject: [PATCH] --- yaml --- r: 223148 b: refs/heads/master c: b72512ed706efb26087fcbbc5f98ed64ac1230d5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/acpi/video.h | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ca695d581c0a..844663267732 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3353bebe7c89725ab2f476b9d8d618259402d52e +refs/heads/master: b72512ed706efb26087fcbbc5f98ed64ac1230d5 diff --git a/trunk/include/acpi/video.h b/trunk/include/acpi/video.h index 551793c9b6e8..0e98e679d3a7 100644 --- a/trunk/include/acpi/video.h +++ b/trunk/include/acpi/video.h @@ -1,6 +1,10 @@ #ifndef __ACPI_VIDEO_H #define __ACPI_VIDEO_H +#include /* for ENODEV */ + +struct acpi_device; + #define ACPI_VIDEO_DISPLAY_CRT 1 #define ACPI_VIDEO_DISPLAY_TV 2 #define ACPI_VIDEO_DISPLAY_DVI 3 @@ -26,4 +30,3 @@ static inline int acpi_video_get_edid(struct acpi_device *device, int type, #endif #endif -