From: Inaky Perez-Gonzalez Date: Wed, 7 Oct 2009 12:37:53 +0000 (+0900) Subject: wimax/i2400m: move i2400m_init() out of i2400m.h X-Git-Tag: v2.6.33-rc1~388^2~487^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af77dfa7811cd4e533003a9e7e9bf27dece96c6d;p=pandora-kernel.git wimax/i2400m: move i2400m_init() out of i2400m.h Upcoming changes will have to add things to this function that expose more internals, which would mean more forward declarators. Frankly, it doesn't need to be an inline, so moved to driver.c, where the declarations will be taken from the header file. Signed-off-by: Inaky Perez-Gonzalez --- Reading git-diff-tree failed