]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/char: Fix implicit use of err.h in ramoops.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 01:31:17 +0000 (21:31 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 17:59:31 +0000 (13:59 -0400)
commit287036ff2e78e9147b569f0813dbafefa70dde8b
tree64b7d8c8176286e59bc9d0afc98dd3aa79e4f081
parent45a5bbf68aeb204244acbb31d3aff9ce40394976
drivers/char: Fix implicit use of err.h in ramoops.c

drivers/char/ramoops.c: In function 'ramoops_init':
drivers/char/ramoops.c:221: error: implicit declaration of function 'IS_ERR'
drivers/char/ramoops.c:222: error: implicit declaration of function 'PTR_ERR'
make[3]: *** [drivers/char/ramoops.o] Error 1

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/char/ramoops.c