Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kristian Høgsberg and committed by
Stefan Richter
04dfb8db a77754a7

+2 -2
+2 -2
include/linux/firewire-cdev.h
··· 22 22 #ifndef __fw_cdev_h 23 23 #define __fw_cdev_h 24 24 25 - #include <asm/ioctl.h> 26 - #include <asm/types.h> 25 + #include <linux/ioctl.h> 26 + #include <linux/types.h> 27 27 28 28 #define TCODE_WRITE_QUADLET_REQUEST 0 29 29 #define TCODE_WRITE_BLOCK_REQUEST 1