dect
/
linux-2.6
Archived
13
0
Fork 0

ieee1394: remove #include <asm/semaphore.h>

These includes in ieee1394_core and eth1394 are obsolete.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
Stefan Richter 2006-07-23 22:01:00 +02:00
parent 9951903e61
commit 9154df538f
3 changed files with 0 additions and 3 deletions

View File

@ -64,7 +64,6 @@
#include <linux/ethtool.h>
#include <asm/uaccess.h>
#include <asm/delay.h>
#include <asm/semaphore.h>
#include <net/arp.h>
#include "config_roms.h"

View File

@ -35,7 +35,6 @@
#include <linux/kthread.h>
#include <asm/byteorder.h>
#include <asm/semaphore.h>
#include "ieee1394_types.h"
#include "ieee1394.h"

View File

@ -7,7 +7,6 @@
#include <linux/skbuff.h>
#include <linux/types.h>
#include <asm/atomic.h>
#include <asm/semaphore.h>
#include "hosts.h"
#include "ieee1394_types.h"