From: Ben Hutchings Date: Thu, 5 Jan 2012 19:05:20 +0000 (+0000) Subject: sfc: Const-qualify static data as appropriate, partly prompted by checkpatch X-Git-Tag: v3.4-rc1~177^2~452^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e83e4cd144e30fb38bf1f714914182c6c8bced;p=pandora-kernel.git sfc: Const-qualify static data as appropriate, partly prompted by checkpatch Fix the following warnings: WARNING: struct dev_pm_ops should normally be const WARNING: static const char * array should probably be static const char * const Similarly const-qualify struct i2c_board_info, struct i2c_algo_bit_data, struct efx_ethtool_stat, struct efx_mtd_ops and struct siena_nvram_type_info. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed