Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20028
b: refs/heads/master
c: 164006d
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Feb 8, 2006
1 parent 9e6f12e commit 23ba8bf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1b8623545b42c03eb92e51b28c84acf4b8ba00a3
refs/heads/master: 164006da316a22eaaa9fbe36f835a01606436c66
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/pci200syn.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <linux/netdevice.h>
#include <linux/hdlc.h>
#include <linux/pci.h>
#include <asm/delay.h>
#include <linux/delay.h>
#include <asm/io.h>

#include "hd64572.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/wanxl.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#include <linux/hdlc.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/delay.h>

#include "wanxl.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/commsup.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
#include <linux/slab.h>
#include <linux/completion.h>
#include <linux/blkdev.h>
#include <linux/delay.h>
#include <scsi/scsi_host.h>
#include <scsi/scsi_device.h>
#include <asm/semaphore.h>
#include <asm/delay.h>

#include "aacraid.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/oss/emu10k1/recmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
**********************************************************************
*/

#include <asm/delay.h>
#include <linux/delay.h>
#include "8010.h"
#include "recmgr.h"

Expand Down

0 comments on commit 23ba8bf

Please sign in to comment.