From: Maciej W. Rozycki Date: Tue, 31 Jul 2007 07:39:22 +0000 (-0700) Subject: sb1250-duart: __maybe_unused, etc. fixes X-Git-Tag: v2.6.23-rc2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d0004abc87025bae1cca43c94e99a27b7bbbd6;p=pandora-kernel.git sb1250-duart: __maybe_unused, etc. fixes This is a set of small fixes addressing points raised with the original driver submission. In particular, __maybe_unused is used rather than a local hack and sbd_ops is made const. Additionally I have made two local string variables automatic as rodata space was wasted for pointers unnecessarily. Signed-off-by: Maciej W. Rozycki Cc: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed