diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-03 04:31:12 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-03 04:31:12 +0000 |
| commit | 0ff5c5d3ed58d7fc0ac8090bfe0b0de6f3d668d8 (patch) | |
| tree | 13d1cfaa05da9ca429905361a49b84e971d4d8da | |
| parent | a9b997708399263d5a2d1469b4c41f11513f12de (diff) | |
| download | rockbox-0ff5c5d3ed58d7fc0ac8090bfe0b0de6f3d668d8.zip rockbox-0ff5c5d3ed58d7fc0ac8090bfe0b0de6f3d668d8.tar.gz rockbox-0ff5c5d3ed58d7fc0ac8090bfe0b0de6f3d668d8.tar.bz2 rockbox-0ff5c5d3ed58d7fc0ac8090bfe0b0de6f3d668d8.tar.xz | |
The connect is not a PP and doesn't have ATA storage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31531 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | bootloader/sansaconnect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootloader/sansaconnect.c b/bootloader/sansaconnect.c index 9ef831f..6b2a7e6 100644 --- a/bootloader/sansaconnect.c +++ b/bootloader/sansaconnect.c @@ -22,7 +22,6 @@ #include "kernel.h" #include "thread.h" #include "storage.h" -#include "ata-target.h" #include "disk.h" #include "font.h" #include "backlight.h" |