File qc-usb-remove-linux-pagemap.patch of Package quickcam
requires linux/highmem.h
qc-memory.c | 1 -
1 file changed, 1 deletion(-)
Index: qc-usb-0.6.4/qc-memory.c
===================================================================
--- qc-usb-0.6.4.orig/qc-memory.c
+++ qc-usb-0.6.4/qc-memory.c
@@ -48,7 +48,6 @@
#include <linux/mm.h> /* Required on Alpha, from Bob McElrath <mcelrath@draal.physics.wisc.edu> */
#include <asm/pgtable.h> /* Required on Alpha */
#include <linux/vmalloc.h> /* Required on Alpha */
-#include <linux/pagemap.h> /* pmd_offset requires this on SuSE supplied kernels */
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)
#include <linux/wrapper.h> /* For proper mem_map_(un)reserve define, the compatibility define below might not work */
#endif