11 lines
330 B
Diff
11 lines
330 B
Diff
--- linux/drivers/gpu/drm/mach64/mach64_drv.c.orig 2011-12-25 00:48:42.814932355 +0200
|
|
+++ linux/drivers/gpu/drm/mach64/mach64_drv.c 2011-12-25 00:47:43.393625260 +0200
|
|
@@ -27,6 +27,7 @@
|
|
* Leif Delgass <ldelgass@retinalburn.net>
|
|
*/
|
|
|
|
+#include <linux/module.h>
|
|
#include "drmP.h"
|
|
#include "drm.h"
|
|
#include "mach64_drm.h"
|