From: Arnd Bergmann Date: Wed, 10 Apr 2013 13:31:11 +0000 (+0200) Subject: irqchip: exynos: allocate combiner_data dynamically X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~6^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d34f03d4a1e4e56f5944186c2e74cbed58b27090;p=pandora-kernel.git irqchip: exynos: allocate combiner_data dynamically The number of combiners on a given SoC is a platform specific constant, and we cannot encode this number on a multiplatform kernel since the header file defining it is not available. Allocating the structure dynamically ends up cleaner anyway since we keep all the data local. Signed-off-by: Arnd Bergmann Cc: Thomas Gleixner --- Reading git-diff-tree failed