diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-07-01 15:43:35 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 08:34:52 -0700 |
commit | d64569289ab7f7c11a0694d9791e18e373deac3b (patch) | |
tree | e61829ea1ff5aa3b0740b3923d3d32d5464b1ef8 /drivers/pci | |
parent | 801f9a83e96b9cb0054bfae344781362c60746a0 (diff) | |
download | linux-d64569289ab7f7c11a0694d9791e18e373deac3b.tar.bz2 |
pci: remove unused .gitignore file
Commit 982245f01734e9d5a3ab98b2b2e9761ae7719094 ("remove
CONFIG_PCI_NAMES") removed pci's usage of classlist.h, devlist.h, and
gen-devlist. Remove pci's .gitignore file, because now none of its
entries are used.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/.gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/.gitignore b/drivers/pci/.gitignore deleted file mode 100644 index f297ca8d313e..000000000000 --- a/drivers/pci/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -classlist.h -devlist.h -gen-devlist - |