1. 25 1月, 2012 1 次提交
    • P
      c2port: fix build error for duramar2150 due to missing header. · ecd9d34a
      Paul Gortmaker 提交于
      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: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ecd9d34a
  2. 31 3月, 2011 1 次提交
  3. 13 11月, 2008 1 次提交