Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251453 | Differences between
and this patch

Collapse All | Expand All

(-)drivers/rtc/rtc-cmos.c.old (-3 / +3 lines)
Lines 963-971 Link Here
963
}
963
}
964
964
965
static const struct pnp_device_id rtc_ids[] = {
965
static const struct pnp_device_id rtc_ids[] = {
966
	{ .id = "PNP0b00", },
966
	{ .id = "PNP0B00", },
967
	{ .id = "PNP0b01", },
967
	{ .id = "PNP0B01", },
968
	{ .id = "PNP0b02", },
968
	{ .id = "PNP0B02", },
969
	{ },
969
	{ },
970
};
970
};
971
MODULE_DEVICE_TABLE(pnp, rtc_ids);
971
MODULE_DEVICE_TABLE(pnp, rtc_ids);

Return to bug 251453