Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (8326): sms1xxx: fix missing #include <linux/types.h>

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>

authored by

Michael Krufky and committed by
Mauro Carvalho Chehab
2c6a37bb f1f74aa2

+1
+1
drivers/media/dvb/siano/smscoreapi.h
··· 27 27 #include <linux/list.h> 28 28 #include <linux/mm.h> 29 29 #include <linux/scatterlist.h> 30 + #include <linux/types.h> 30 31 #include <asm/page.h> 31 32 32 33 #include "dmxdev.h"