]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 20 Feb 2007 08:05:45 +0000 (09:05 +0100)
committerStefan Roese <sr@denx.de>
Tue, 20 Feb 2007 08:05:45 +0000 (09:05 +0100)
commiteb867a76238fb38e952c37871b16d0d7fd61c95f
tree7db1f4941c4e51073b7a6d600a9432b51e2f56fa
parent53758fa20e935cc87eeb0519ed365df753a6f289
[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers

Block device read/write is anonymous data; there is no need to use a
typed pointer.  void * is fine.  Also add a hook for block_read functions

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
common/cmd_ide.c
common/cmd_scsi.c
common/usb_storage.c
cpu/pxa/mmc.c
drivers/systemace.c
include/ide.h
include/part.h