[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1101102320170.32164@swampdragon.chaosbits.net>
Date: Mon, 10 Jan 2011 23:23:10 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: devel@...verdev.osuosl.org
cc: linux-kernel@...r.kernel.org,
Marek Belisko <marek.belisko@...il.com>,
Greg Kroah-Hartman <gregkh@...e.de>
Subject: [PATCH] FT1000: remove duplicate inc of linux/slab.h
linux/slab.h is included twice in ft1000_dnld.c - remove duplicate.
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
ft1000_dnld.c | 1 -
1 file changed, 1 deletion(-)
compile tested only
diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c
index 0bf398d..0f3f0ff 100644
--- a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c
+++ b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c
@@ -28,11 +28,10 @@
#include <linux/slab.h>
#include <linux/unistd.h>
#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>
#include "ft1000_dev.h"
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists