From: H Hartley Sweeten Date: Wed, 24 Jul 2013 19:23:34 +0000 (-0700) Subject: staging: comedi: mite.h: needs X-Git-Tag: next-20130731~24^2~178 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0dd6f4a414ef45a6b562566a31e1bb46fccdaf45;p=karo-tx-linux.git staging: comedi: mite.h: needs As reported by the kbuild test robot: Commit: 0bdab509bf9c6d838dc0a3b1d68bbf841fc20b5a staging: comedi: usee comedi_alloc_devpriv Removed the include of from many of the comedi drivers. Unfortunately, this header uses kfree() in an inline function. Instead of adding to each of the drivers that use this header, include slab.h here. Signed-off-by: H Hartley Sweeten Reported-by: kbuild test robot Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/mite.h b/drivers/staging/comedi/drivers/mite.h index d4487e888e64..8423b8bf3384 100644 --- a/drivers/staging/comedi/drivers/mite.h +++ b/drivers/staging/comedi/drivers/mite.h @@ -21,6 +21,7 @@ #include #include +#include #include "../comedidev.h" /* #define DEBUG_MITE */