Re: [PATCH 2/4] ARM: EXYNOS: Add __init attribute to universal_camera_init()

2012-03-01 Thread Sylwester Nawrocki
On 03/01/2012 10:17 AM, Tushar Behera wrote: > s3c_set_platdata() is defined with __init attribute, hence all functions > referencing this function should also be defined with __init attribute. > > universal_camera_init() is referenced only in '__init > universal_machine_init()', > thus this chan

[PATCH 2/4] ARM: EXYNOS: Add __init attribute to universal_camera_init()

2012-03-01 Thread Tushar Behera
s3c_set_platdata() is defined with __init attribute, hence all functions referencing this function should also be defined with __init attribute. universal_camera_init() is referenced only in '__init universal_machine_init()', thus this change won't put any additional constraint on the usage of uni