So that we don't get build failures once the implicit module.h presence is removed. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
@@ -24,6 +24,8 @@
*
*/
+#include <linux/module.h>
+
#include "drm_encoder_slave.h"
/**
@@ -31,6 +31,7 @@
#include <linux/sysrq.h>
#include <linux/slab.h>
#include <linux/fb.h>
#include "drmP.h"
#include "drm_crtc.h"
#include "drm_fb_helper.h"
@@ -37,6 +37,7 @@
#include <linux/poll.h>
/* from BKL pushdown: note that nothing else serializes idr_find() */
DEFINE_MUTEX(drm_global_mutex);
#include "ch7006_priv.h"
/* DRM encoder functions */
#include "drm_crtc_helper.h"
@@ -30,6 +30,8 @@
* Gareth Hughes <gareth@valinux.com>
#include "drm.h"
#include "i810_drm.h"
@@ -41,6 +41,7 @@
#include <linux/pnp.h>
#include <linux/vga_switcheroo.h>
#include <acpi/video.h>
static void i915_write_hws_pga(struct drm_device *dev)
@@ -35,6 +35,7 @@
#include "intel_drv.h"
#include <linux/console.h>
static int i915_modeset __read_mostly = -1;
@@ -29,6 +29,8 @@
#include "mga_drm.h"
@@ -30,6 +30,7 @@
#include <linux/firmware.h>
#include <linux/ihex.h>
#include <linux/platform_device.h>
@@ -23,6 +23,7 @@
@@ -22,6 +22,8 @@
* Authors: Ben Skeggs
#include "nouveau_drv.h"
#include "nouveau_i2c.h"
* Authors: Martin Peres
@@ -32,6 +32,7 @@
#include "r128_drm.h"
@@ -24,6 +24,7 @@
#include "radeon.h"
#include "radeon_asic.h"
#include "r100_reg_safe.h"
#include "rn50_reg_safe.h"
@@ -29,6 +29,7 @@
#include <linux/seq_file.h>
#include "radeon_drm.h"
@@ -26,6 +26,8 @@
* Alex Deucher <alexander.deucher@amd.com>
#include "drm_sarea.h"
@@ -36,6 +36,7 @@
#include "drm_pciids.h"
/*
@@ -23,6 +23,8 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "savage_drm.h"
#include "savage_drv.h"
@@ -25,6 +25,8 @@
#include "sis_drm.h"
#include "sis_drv.h"
#include "tdfx_drv.h"
* DEALINGS IN THE SOFTWARE.
#include "via_drm.h"
#include "via_drv.h"
* USE OR OTHER DEALINGS IN THE SOFTWARE.
**************************************************************************/
#include "vmwgfx_drv.h"