commit | 96d04c3150ae9284500aef48803d7d132968f2b2 | [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 | a621b167baa62871f6b1b10020c230905a8f832c [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>