diff options
author | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-05 14:58:53 +0100 |
---|---|---|
committer | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-05 14:58:53 +0100 |
commit | 029ee57b6a41318ddc757a6b63e101cbcdd9cfb5 (patch) | |
tree | 8887d60ae6ea17a62aa43be66b3445320425c3a9 | |
parent | b27d704b1ff588bfccee51ddb0d1429f58fe481e (diff) | |
download | ldd3-029ee57b6a41318ddc757a6b63e101cbcdd9cfb5.tar.gz |
pci: pci_skel: Remove <linux/config.h>
-rw-r--r-- | pci/pci_skel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pci/pci_skel.c b/pci/pci_skel.c index f115669..700b9cb 100644 --- a/pci/pci_skel.c +++ b/pci/pci_skel.c @@ -1,4 +1,3 @@ -#include <linux/config.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> |