From: Paul Gortmaker Date: Mon, 23 Jan 2012 04:24:15 +0000 (-0500) Subject: c2port: fix build error for duramar2150 due to missing header. X-Git-Tag: v3.3-rc4~42^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecd9d34a674b671f09f55b3365d852f75a1f598b;p=pandora-kernel.git c2port: fix build error for duramar2150 due to missing header. This file needs the basic headers for resource management, otherwise we will see this build error: CC [M] drivers/misc/c2port/c2port-duramar2150.o drivers/misc/c2port/c2port-duramar2150.c: In function ‘duramar2150_c2port_init’: drivers/misc/c2port/c2port-duramar2150.c:125:2: error: implicit declaration of function ‘request_region’ [-Werror=implicit-function-declaration] drivers/misc/c2port/c2port-duramar2150.c:139:2: error: implicit declaration of function ‘release_region’ [-Werror=implicit-function-declaration] Signed-off-by: Paul Gortmaker Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed