From: Felipe Balbi Date: Thu, 6 Sep 2012 12:45:32 +0000 (+0300) Subject: serial: omap: optimization with section annotations X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d608ef351bbd0b49427b5b6c6ec6d7622bc0d22;p=pandora-kernel.git serial: omap: optimization with section annotations Two functions: omap_serial_fill_features_erratas() and of_get_uart_port_info() are only called from probe(). Marking them as __devinit gives us another oportunity to free some code after .init.text is done. Tested-by: Shubhrajyoti D Signed-off-by: Ruchika Kharwar Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed