patch-2.3.16 linux/arch/ppc/kernel/pci.h

Next file: linux/arch/ppc/kernel/pmac_pci.c
Previous file: linux/arch/ppc/kernel/pci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/arch/ppc/kernel/pci.h linux/arch/ppc/kernel/pci.h
@@ -11,6 +11,18 @@
 
 void fix_intr(struct device_node *node, struct pci_dev *dev);
 
+#if 0
+#define decl_config_access_method(name) 	\
+struct pci_ops name##_pci_ops = { 		\
+	name##_pcibios_read_config_byte,	\
+	name##_pcibios_read_config_word,	\
+	name##_pcibios_read_config_dword,	\
+	name##_pcibios_write_config_byte,	\
+	name##_pcibios_write_config_word,	\
+	name##_pcibios_write_config_dword	\
+}
+#endif
+
 #define decl_config_access_method(name) \
 extern int name##_pcibios_read_config_byte(unsigned char bus, \
 	unsigned char dev_fn, unsigned char offset, unsigned char *val); \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)