uboot/doc/driver-model
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
..
UDM-block.txt
UDM-cores.txt
UDM-design.txt
UDM-fpga.txt
UDM-gpio.txt
UDM-hwmon.txt
UDM-keyboard.txt
UDM-mmc.txt
UDM-net.txt
UDM-pci.txt
UDM-pcmcia.txt
UDM-power.txt
UDM-rtc.txt
UDM-serial.txt
UDM-spi.txt
UDM-stdio.txt
UDM-tpm.txt
UDM-twserial.txt
UDM-usb.txt
UDM-video.txt
UDM-watchdog.txt