From: Mathias Krause Date: Sun, 4 Jan 2015 14:04:34 +0000 (+0100) Subject: atyfb: mark DMI system id table as __initconst X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~129^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8fc91afab2f6bc50ce5b5be86dd7fc4af159c70;p=pandora-kernel.git 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 Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed