commit | 7fafed2c6203e1433c0bda24d34fe681533eaebf | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Apr 30 23:29:55 2011 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Apr 30 23:29:55 2011 +0200 |
tree | 4923657591fd5a97e0acd72930daadb9aa8f25e2 | |
parent | 9531b4715bf6558916a1897da853a308cad93226 [diff] |
IDE: fix compiler warnings The changes introduced by commit 0abddf8 ``cmd_ide: enhance new feature "CONFIG_IDE_AHB"'' caused compiler warnings like cmd_ide.c: In function 'ide_init': cmd_ide.c:716: warning: assignment from incompatible pointer type Constify the respective function arguments to fix this. Signed-off-by: Wolfgang Denk <wd@denx.de>