Files
u-boot-tk1-som/drivers/block
Gabor Juhos c575180bae block: constify sect_buf argument of ide_write_data
Add a const keyword to the sect_buf argument of
ide_write_data to fix the following warning:

  cmd_ide.c: In function '__ide_output_data':
  cmd_ide.c:548: warning: passing argument 2 of 'ide_write_data' discards qualifiers from pointer target type
  /devel/u-boot.git/include/ide.h:76: note: expected 'ulong *' but argument is of type 'const ulong *'

Also modify the driver-model documentation to
match with the new prototype.

Compile tested only.

Cc: Macpaul Lin <macpaul@andestech.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2013-07-24 11:49:17 +08:00
..
2013-04-01 16:33:52 -04:00
2012-11-04 11:00:37 -07:00
2012-11-04 11:00:37 -07:00
2012-06-21 20:53:09 +02:00
2011-09-30 22:01:06 +02:00
2013-04-01 16:33:52 -04:00
2013-04-01 16:33:52 -04:00
2011-08-04 23:34:02 +02:00
2012-11-04 11:00:37 -07:00
2008-10-18 21:54:03 +02:00
2013-04-01 16:33:52 -04:00