sd as3535v2 : remove functions already present in sd.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24364 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-01-28 12:04:17 +00:00
parent c5491758dd
commit dc3cc55b65

View file

@ -743,19 +743,6 @@ int sd_write_sectors(unsigned long start, int count, const void* buf)
}
#ifndef BOOTLOADER
void sd_sleep(void)
{
}
void sd_spin(void)
{
}
void sd_spindown(int seconds)
{
(void)seconds;
}
long sd_last_disk_activity(void)
{
return last_disk_activity;