gfx: imgv: remove redundant #include <drm/drm_os_linux.h>
authorJani Nikula <jani.nikula@intel.com>
Thu, 5 Jan 2012 13:35:41 +0000 (15:35 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:29:29 +0000 (12:29 +0300)
commit68d6a684f843771b662675cc13a577518a7c1f4e
treeb992b68baccd5364dd90fb4ec6fba4391f7d1679
parent6ba791f71bcfb7d9bee99b29e159db3db09ee05d
gfx: imgv: remove redundant #include <drm/drm_os_linux.h>

The header file <drm/drm_os_linux.h> is not supposed to be included
directly, it does not have #ifdef protection for multiple inclusion, and
it's included through <drm/drmP.h> anyway. Remove the #include.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Pauli Nieminen <pauli.nieminen@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
drivers/staging/mrst/imgv/pnw_topaz.c
drivers/staging/mrst/imgv/psb_msvdx.c