linux_old1/drivers/gpu/drm/udl
David Howells 4126d5d61f UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
Remove redundant DRM UAPI header #inclusions from drivers/gpu/.

Remove redundant #inclusions of core DRM UAPI headers (drm.h, drm_mode.h and
drm_sarea.h).  They are now #included via drmP.h and drm_crtc.h via a preceding
patch.

Without this patch and the patch to make include the UAPI headers from the core
headers, after the UAPI split, the DRM C sources cannot find these UAPI headers
because the DRM code relies on specific -I flags to make #include "..."  work
on headers in include/drm/ - but that does not work after the UAPI split without
adding more -I flags.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
2012-10-02 18:01:05 +01:00
..
Kconfig gpu/mfd/usb: Fix USB randconfig problems 2012-08-20 11:52:41 -07:00
Makefile drm/udl: initial UDL driver (v4) 2012-03-15 13:35:34 +00:00
udl_connector.c drm/udl: limit modes to the sku pixel limits. 2012-09-26 18:40:21 +10:00
udl_drv.c drm: use drm_compat_ioctl for 32-bit apps 2012-09-06 06:55:02 +10:00
udl_drv.h udl: add prime fd->handle support. 2012-05-23 10:46:05 +01:00
udl_encoder.c drm: Make the .mode_fixup() operations mode argument a const pointer 2012-07-19 21:52:38 -04:00
udl_fb.c UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. 2012-10-02 18:01:05 +01:00
udl_gem.c drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] 2012-08-09 09:58:44 +10:00
udl_main.c drm/udl: Make sure to get correct endian keys from vendor descriptor 2012-06-25 07:43:12 +01:00
udl_modeset.c drm/udl: dpms off the crtc when disabled. 2012-08-22 09:27:47 +10:00
udl_transfer.c drm/udl: initial UDL driver (v4) 2012-03-15 13:35:34 +00:00