summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/linux/of_pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/linux/of_pci.h')
-rw-r--r--ANDROID_3.4.5/include/linux/of_pci.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ANDROID_3.4.5/include/linux/of_pci.h b/ANDROID_3.4.5/include/linux/of_pci.h
deleted file mode 100644
index f93e2170..00000000
--- a/ANDROID_3.4.5/include/linux/of_pci.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __OF_PCI_H
-#define __OF_PCI_H
-
-#include <linux/pci.h>
-
-struct pci_dev;
-struct of_irq;
-int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq);
-
-struct device_node;
-struct device_node *of_pci_find_child_device(struct device_node *parent,
- unsigned int devfn);
-
-#endif