]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (8326): sms1xxx: fix missing #include <linux/types.h>
authorMichael Krufky <mkrufky@linuxtv.org>
Sun, 13 Jul 2008 01:58:24 +0000 (22:58 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 20 Jul 2008 10:24:53 +0000 (07:24 -0300)
Fix the build error:

smscoreapi.c:689: error: 'uintptr_t' undeclared

Thanks to Peter Schlaf for reporting this.

Cc: Peter Schlaf <peter.schlaf@web.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/siano/smscoreapi.h

index 926ec8ca47ad8f5a13ace32e9554872e946c5479..c1f8f1dccb111bd654ff141bb111fbc4e93b53d9 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/list.h>
 #include <linux/mm.h>
 #include <linux/scatterlist.h>
+#include <linux/types.h>
 #include <asm/page.h>
 
 #include "dmxdev.h"