Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91ddc998 authored by Adrian Bunk's avatar Adrian Bunk Committed by Bartlomiej Zolnierkiewicz
Browse files

xtensa: remove dead CONFIG_BLK_DEV_IDE code



I don't know why this was there, but it was dead code.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Cc: chris@zankel.net
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 75d21fff
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -53,11 +53,6 @@ extern struct fd_ops no_fd_ops;
struct fd_ops *fd_ops;
struct fd_ops *fd_ops;
#endif
#endif


#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
extern struct ide_ops no_ide_ops;
struct ide_ops *ide_ops;
#endif

extern struct rtc_ops no_rtc_ops;
extern struct rtc_ops no_rtc_ops;
struct rtc_ops *rtc_ops;
struct rtc_ops *rtc_ops;