Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/drm drm_stub.c needs <li...



details:   https://anonhg.NetBSD.org/src/rev/2ad31e0abb48
branches:  riastradh-drm2
changeset: 788198:2ad31e0abb48
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 02:40:12 2013 +0000

description:
drm_stub.c needs <linux/export.h> and <linux/printk.h>.

diffstat:

 sys/external/bsd/drm2/dist/drm/drm_stub.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 46f9a5e4a50d -r 2ad31e0abb48 sys/external/bsd/drm2/dist/drm/drm_stub.c
--- a/sys/external/bsd/drm2/dist/drm/drm_stub.c Wed Jul 24 02:39:57 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_stub.c Wed Jul 24 02:40:12 2013 +0000
@@ -31,8 +31,10 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
+#include <linux/export.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
+#include <linux/printk.h>
 #include <linux/slab.h>
 #include <drm/drmP.h>
 #include <drm/drm_core.h>



Home | Main Index | Thread Index | Old Index