diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/fec_mxc.c | 1 | ||||
-rw-r--r-- | drivers/usb/host/ehci-kirkwood.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c index faf008c..bd83a24 100644 --- a/drivers/net/fec_mxc.c +++ b/drivers/net/fec_mxc.c @@ -739,4 +739,3 @@ int fecmxc_initialize(bd_t *bd) return lout; } - diff --git a/drivers/usb/host/ehci-kirkwood.c b/drivers/usb/host/ehci-kirkwood.c index 64997b8..5570fc6 100644 --- a/drivers/usb/host/ehci-kirkwood.c +++ b/drivers/usb/host/ehci-kirkwood.c @@ -105,4 +105,3 @@ int ehci_hcd_stop(void) { return 0; } - |