wimax/i2400m: move i2400m_init() out of i2400m.h
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Wed, 7 Oct 2009 12:37:53 +0000 (21:37 +0900)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Mon, 19 Oct 2009 06:56:19 +0000 (15:56 +0900)
commitaf77dfa7811cd4e533003a9e7e9bf27dece96c6d
treefa2b04d211e450631414fb9cf6d31aa251887947
parentb9ee95010bee6c0e17d18bc9d9c0cfab6e8cb73a
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 <inaky@linux.intel.com>
drivers/net/wimax/i2400m/driver.c
drivers/net/wimax/i2400m/i2400m.h