diff options
Diffstat (limited to 'common/spl/spl_sata.c')
-rw-r--r-- | common/spl/spl_sata.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/spl/spl_sata.c b/common/spl/spl_sata.c index bac11f64f1..357f8e5bd9 100644 --- a/common/spl/spl_sata.c +++ b/common/spl/spl_sata.c @@ -18,8 +18,6 @@ #include <fat.h> #include <image.h> -DECLARE_GLOBAL_DATA_PTR; - static int spl_sata_load_image(struct spl_image_info *spl_image, struct spl_boot_device *bootdev) { |