diff options
author | Bob Liu <lliubbo@gmail.com> | 2012-07-23 02:59:36 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 01:39:53 -0400 |
commit | 719154c6d1c1a3a404f4ff570c4b36bb2ef868ca (patch) | |
tree | b6489ebea97c3ba0aaa43a79ca7d0fc2e9b1f0a0 /arch/blackfin/mach-bf609/boards | |
parent | 0220874aad7160d127f9a95eb556cec2c374cd51 (diff) |
bf60x: fix build warning
Fix several build warning while using bf609-ezkit_defconfig.
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609/boards')
-rw-r--r-- | arch/blackfin/mach-bf609/boards/ezkit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf609/boards/ezkit.c b/arch/blackfin/mach-bf609/boards/ezkit.c index 36fbdacc0b76..c2cf1ae31189 100644 --- a/arch/blackfin/mach-bf609/boards/ezkit.c +++ b/arch/blackfin/mach-bf609/boards/ezkit.c | |||
@@ -688,7 +688,6 @@ void bf609_nor_flash_exit(struct platform_device *dev) | |||
688 | peripheral_free_list(pins); | 688 | peripheral_free_list(pins); |
689 | 689 | ||
690 | bfin_write32(SMC_GCTL, 0); | 690 | bfin_write32(SMC_GCTL, 0); |
691 | return 0; | ||
692 | } | 691 | } |
693 | 692 | ||
694 | static struct physmap_flash_data ezkit_flash_data = { | 693 | static struct physmap_flash_data ezkit_flash_data = { |