aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mga
diff options
context:
space:
mode:
authorRashika <rashika.kheria@gmail.com>2014-01-06 20:33:56 +0530
committerDave Airlie <airlied@redhat.com>2014-01-14 12:59:24 +1000
commit06a8c6509a3f9028df1cf8caed9dcc5c5d4b34a6 (patch)
treeb0d5db19d2d19072aabc20693c81fc334cef3c4c /drivers/gpu/drm/mga
parentdrivers: gpu: Mark functions as static in mgag200_ttm.c (diff)
downloadlinux-dev-06a8c6509a3f9028df1cf8caed9dcc5c5d4b34a6.tar.xz
linux-dev-06a8c6509a3f9028df1cf8caed9dcc5c5d4b34a6.zip
drivers: gpu: Include appropriate header file in mga_ioc32.c
Include appropriate header file drivers/gpu/drm/mga/mga_drv.h in drm/mga/mga_ioc32.c because function mga_compat_ioctl() has its prototype declaration in the header file. This eliminates the following warning in drm/mga/mga_ioc32.c: drivers/gpu/drm/mga/mga_ioc32.c:207:6: warning: no previous prototype for ‘mga_compat_ioctl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/mga')
-rw-r--r--drivers/gpu/drm/mga/mga_ioc32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/mga/mga_ioc32.c b/drivers/gpu/drm/mga/mga_ioc32.c
index 709e90db8c40..86b4bb804852 100644
--- a/drivers/gpu/drm/mga/mga_ioc32.c
+++ b/drivers/gpu/drm/mga/mga_ioc32.c
@@ -34,6 +34,7 @@
#include <drm/drmP.h>
#include <drm/mga_drm.h>
+#include "mga_drv.h"
typedef struct drm32_mga_init {
int func;