From: Paul Walmsley Date: Tue, 23 Feb 2010 05:09:32 +0000 (-0700) Subject: OMAP hwmod: convert header files with static allocations into C files X-Git-Tag: v2.6.34-rc1~230^2~8^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7359154e94623f6a5a68a77b9fcfbef40633c93f;p=pandora-kernel.git OMAP hwmod: convert header files with static allocations into C files Code should be able to #include any header file without the fear that the header file will go allocating memory. This is a coding style issue, similar to commit 82e9bd588563c4e22ebb55b684ebec7e310cc715. Move the existing hwmod data from .h files to .c files. While here, convert "omap34xx" to "omap3xxx" in the hwmod files, since most of these structures should be reusable across all OMAP3 chips. Signed-off-by: Paul Walmsley Cc: BenoƮt Cousson Cc: Rajendra Nayak Cc: Kevin Hilman --- Reading git-diff-tree failed