Commit 22e370b9 authored by Linus Torvalds's avatar Linus Torvalds

Fix up ieee1394 compile

parent 56b3fbcb
......@@ -11,9 +11,11 @@
#include <linux/sched.h>
#include <linux/bitops.h>
#include <asm/errno.h>
#include <linux/smp_lock.h>
#include <linux/interrupt.h>
#include <asm/errno.h>
#include "ieee1394.h"
#include "ieee1394_types.h"
#include "hosts.h"
......
......@@ -8,6 +8,8 @@
#include <linux/list.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/string.h>
#include <asm/semaphore.h>
#include <asm/byteorder.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment