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

Commit 11eff278 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by Tony Lindgren
Browse files

arch/arm/mach-omap1/devices.c: Remove unecessary semicolon

parent b1a923d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ void __init omap1_init_mmc(struct omap_mmc_platform_data **mmc_data,

		omap_mmc_add("mmci-omap", i, base, size, irq,
				rx_req, tx_req, mmc_data[i]);
	};
	}
}

#endif