Remove ata_removable() and ata_present() from multidriver code.
commitf1d3ff4564e5191da6ad5c66366af1535dd581f2
authorFrank Gevaerts <frank@gevaerts.be>
Wed, 25 Jan 2012 19:08:51 +0000 (25 20:08 +0100)
committerFrank Gevaerts <frank@gevaerts.be>
Wed, 25 Jan 2012 19:08:51 +0000 (25 20:08 +0100)
tree87cf6dda060c15ad2345beb4fa2a551ffce32d81
parent7ccd2c9d16743820369a5e61e6b41919c4978407
Remove ata_removable() and ata_present() from multidriver code.

ata_removable() and ata_present() no longer exist (ATA drives are never
removable with our current drivers), so storage.c shouldn't try to call
them from the wrapper functions. This was never noticed because these
wrapper functions are only used for multidriver code, which happens not
to be used with ATA currently.

Change-Id: Icb5e8cb27cdbef3edc0e51c35dc40dadf4f9de29
firmware/storage.c