projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f74aa
)
V4L/DVB (8326): sms1xxx: fix missing #include <linux/types.h>
author
Michael Krufky
<
[email protected]
>
Sun, 13 Jul 2008 01:58:24 +0000
(22:58 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Michael Krufky <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb/siano/smscoreapi.h
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/siano/smscoreapi.h
b/drivers/media/dvb/siano/smscoreapi.h
index 926ec8ca47ad8f5a13ace32e9554872e946c5479..c1f8f1dccb111bd654ff141bb111fbc4e93b53d9 100644
(file)
--- a/
drivers/media/dvb/siano/smscoreapi.h
+++ b/
drivers/media/dvb/siano/smscoreapi.h
@@
-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"