commit | af77dfa7811cd4e533003a9e7e9bf27dece96c6d | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Wed Oct 07 21:37:53 2009 +0900 |
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Mon Oct 19 15:56:19 2009 +0900 |
tree | fa2b04d211e450631414fb9cf6d31aa251887947 | |
parent | b9ee95010bee6c0e17d18bc9d9c0cfab6e8cb73a [diff] |
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>