From: Steven J. Hill Date: Wed, 10 Apr 2013 21:27:50 +0000 (-0500) Subject: MIPS: Move 'gic_frequency' to common location. X-Git-Tag: v3.10-rc1~15^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28ea215186d365408756577e9e612ee334e26f8e;p=pandora-kernel.git MIPS: Move 'gic_frequency' to common location. Move the global variable 'gic_frequency' to be defined in the file 'arch/mips/kernel/irq-gic.c' instead of defining it individually for each platform making use of the GIC. Also change the type to be an unsigned integer instead of signed. Signed-off-by: Steven J. Hill --- Reading git-diff-tree failed