commit | b5d10a13525c07ec6374adf840d7c87553b5f189 | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Thu Sep 18 19:34:36 2008 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Fri Sep 19 11:05:22 2008 +0900 |
tree | 14029185164928df1b8a625d5af404e62c548b37 | |
parent | 4a065abf926f128beb36d93449defa0d690e7fef [diff] [blame] |
sh: Fix compile warning Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
diff --git a/include/asm-sh/pci.h b/include/asm-sh/pci.h index bc59491..040c532 100644 --- a/include/asm-sh/pci.h +++ b/include/asm-sh/pci.h
@@ -36,6 +36,7 @@ #error "Not support PCI." #endif +int pci_sh4_init(struct pci_controller *hose); /* PCI dword read for sh4 */ int pci_sh4_read_config_dword(struct pci_controller *hose, pci_dev_t dev, int offset, u32 *value);