V4L/DVB (7813): Fix compilation, when V4L1_COMPAT is disabled
authorMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 1 May 2008 05:17:24 +0000 (02:17 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 14 May 2008 05:54:00 +0000 (02:54 -0300)
This driver uses some sysfs helper functions that are available only for legacy
drivers. It also requires linux/mm.h.

This patch fixes compiliation when not in compat mode.

Thanks to Ingo Molnar for identifying this issue.

Acked-by: Jaime Velasco Juan <jsagarribay@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found