Skip to content

Commit

Permalink
ide-tape: include proper headers
Browse files Browse the repository at this point in the history
Signed-off-by: Borislav Petkov <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
  • Loading branch information
Borislav Petkov authored and bzolnier committed Feb 6, 2008
1 parent 1f27e38 commit c837cfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/ide/ide-tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
#include <scsi/scsi.h>

#include <asm/byteorder.h>
#include <asm/irq.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <linux/irq.h>
#include <linux/uaccess.h>
#include <linux/io.h>
#include <asm/unaligned.h>
#include <linux/mtio.h>

Expand Down

0 comments on commit c837cfa

Please sign in to comment.