]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mips: fix typo introduced by resource handling cleanup
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 29 Jul 2011 00:11:01 +0000 (20:11 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:06:42 +0000 (04:06 -0400)
commit6ea8779ecf905651ca5e319e5ce177ed03316962
tree2cef0812b16f2f629f270c1afbe653a7de2a34a9
parent8f42ec5a71eb9831140b9507ddf81abf86141de0
mips: fix typo introduced by resource handling cleanup

Commit 28f65c11f2ffb3957259dece647a24f8ad2e241b accidentally turned "rc"
into "rcrc" which causes this compile error:

arch/mips/pci/pci-rc32434.c: In function 'rc32434_pci_init':
arch/mips/pci/pci-rc32434.c:218: error: 'rcrc32434_res_pci_io1' undeclared (first use in this function)

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Joe Perches <joe@perches.com>
arch/mips/pci/pci-rc32434.c