Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44817
b: refs/heads/master
c: 7e7a43c
h: refs/heads/master
i:
  44815: df2870a
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Dec 20, 2006
1 parent fee50b5 commit 04017c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: 9ac0ce8596b17093739d42721cc8a616cedf734b
refs/heads/master: 7e7a43c32a8970ea2bfc3d1af353dcb1a9237769
2 changes: 0 additions & 2 deletions trunk/include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ header-y += nfs4_mount.h
header-y += nfs_mount.h
header-y += oom.h
header-y += param.h
header-y += pci_ids.h
header-y += pci_regs.h
header-y += personality.h
header-y += pfkeyv2.h
Expand Down Expand Up @@ -162,7 +161,6 @@ header-y += vt.h
header-y += wireless.h
header-y += xattr.h
header-y += x25.h
header-y += zorro_ids.h

unifdef-y += acct.h
unifdef-y += adb.h
Expand Down
6 changes: 3 additions & 3 deletions trunk/include/linux/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
/* Include the pci register defines */
#include <linux/pci_regs.h>

/* Include the ID list */
#include <linux/pci_ids.h>

/*
* The PCI interface treats multi-function devices as independent
* devices. The slot/function address of each device is encoded
Expand Down Expand Up @@ -54,6 +51,9 @@
#include <asm/atomic.h>
#include <linux/device.h>

/* Include the ID list */
#include <linux/pci_ids.h>

/* File state for mmap()s on /proc/bus/pci/X/Y */
enum pci_mmap_state {
pci_mmap_io,
Expand Down

0 comments on commit 04017c2

Please sign in to comment.