Browse Source

firewire: Use linux/*.h instead of asm/*.h header files.

Signed-off-by: Kristian Hoegsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Kristian Høgsberg 18 năm trước cách đây
mục cha
commit
04dfb8dbd2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      include/linux/firewire-cdev.h

+ 2 - 2
include/linux/firewire-cdev.h

@@ -22,8 +22,8 @@
 #ifndef __fw_cdev_h
 #define __fw_cdev_h
 
-#include <asm/ioctl.h>
-#include <asm/types.h>
+#include <linux/ioctl.h>
+#include <linux/types.h>
 
 #define TCODE_WRITE_QUADLET_REQUEST	0
 #define TCODE_WRITE_BLOCK_REQUEST	1