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

Commit b72019db authored by Philipp Zabel's avatar Philipp Zabel Committed by Samuel Ortiz
Browse files

mfd: remove unused PASIC3 bus_shift field



Removes the now-unused bus_shift field from pasic3_platform_data.

Signed-off-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@openedhand.com>
parent 0ef2067d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ struct pasic3_leds_machinfo {

struct pasic3_platform_data {
	struct pasic3_leds_machinfo *led_pdata;
	unsigned int                 bus_shift;
	unsigned int                 clock_rate;
};