Home
last modified time | relevance | path

Searched hist:a8fc91afab2f6bc50ce5b5be86dd7fc4af159c70 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.cdiff a8fc91afab2f6bc50ce5b5be86dd7fc4af159c70 Sun Jan 04 08:04:34 CST 2015 Mathias Krause <minipli@googlemail.com> atyfb: mark DMI system id table as __initconst

We can mark the DMI system id table as __initconst by using a helper
variable that'll tell us if we need to unregister the reboot notifier in
atyfb_exit() instead of matching the DMI system id again.

This frees up ~680 bytes of runtime memory, the DMI table occupies.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>