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>
This commit is contained in:
parent
a77754a75d
commit
04dfb8dbd2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue