From 1302b23f888de68906d062028233b9397984a927 Mon Sep 17 00:00:00 2001 From: Rashika Date: Mon, 6 Jan 2014 20:50:38 +0530 Subject: [PATCH] drivers: gpu: Include appropriate header file in r128_ioc32.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Include appropriate header file drm/r128/r128_drv.h in drm/r128/r128_ioc32.c because function r128_compat_ioctl() has its prototype declaration in the header file. This eliminates the following warning in drm/r128/r128_ioc32.c: drivers/gpu/drm/r128/r128_ioc32.c:196:6: warning: no previous prototype for ‘r128_compat_ioctl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Dave Airlie --- Reading git-format-patch failed