diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-05 14:58:07 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-05 16:29:19 -0600 |
commit | b6b83f7fdae7cae5260b907510619a47bd29cd70 (patch) | |
tree | cb70babe49b446ab0db75f1cb2845e84a78d567a | |
parent | 234234c2e12e1b302beefbd11e9c5b26f9234cb1 (diff) |
PCI: Remove empty asm-generic/pci-bridge.h
include/asm-generic/pci-bridge.h is empty, and nobody includes it, so
remove it.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | include/asm-generic/pci-bridge.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-generic/pci-bridge.h b/include/asm-generic/pci-bridge.h deleted file mode 100644 index 1b1d82f66d57..000000000000 --- a/include/asm-generic/pci-bridge.h +++ /dev/null @@ -1,9 +0,0 @@ -/* - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ -#ifndef _ASM_GENERIC_PCI_BRIDGE_H -#define _ASM_GENERIC_PCI_BRIDGE_H -#endif /* _ASM_GENERIC_PCI_BRIDGE_H */ |