Skip to content

Commit

Permalink
Staging: FT1000: remove duplicate inc of linux/slab.h
Browse files Browse the repository at this point in the history
linux/slab.h is included twice in ft1000_dnld.c - remove duplicate.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 34381c2 commit 7bd74cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <linux/netdevice.h>
#include <linux/timer.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#include <linux/vmalloc.h>
Expand Down

0 comments on commit 7bd74cd

Please sign in to comment.