Skip to content

Commit

Permalink
pcmcia: update gfp/slab.h includes
Browse files Browse the repository at this point in the history
Implicit slab.h inclusion via percpu.h is about to go away.  Make sure
gfp.h or slab.h is included as necessary.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Tejun Heo authored and Dominik Brodowski committed May 10, 2010
1 parent 4b49291 commit 6d59622
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/isdn/hardware/avm/avm_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/ptrace.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/tty.h>
#include <linux/serial.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/pcmcia/pcmcia_cis.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*
*/

#include <linux/slab.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/pcmcia/rsrc_iodyn.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* (C) 1999 David A. Hinds
*/

#include <linux/slab.h>
#include <linux/module.h>
#include <linux/kernel.h>

Expand Down

0 comments on commit 6d59622

Please sign in to comment.