[PATCH V2 1/4] i2c: tegra: Add __devinit/exit to probe/remove
From: Stephen Warren <hidden>
Date: 2011-12-20 21:47:29
Also in:
linux-devicetree, linux-i2c, linux-tegra
From: Stephen Warren <hidden>
Date: 2011-12-20 21:47:29
Also in:
linux-devicetree, linux-i2c, linux-tegra
Shubhrajyoti Datta wrote at Monday, December 19, 2011 11:15 PM: ...
Hi Stephen , could you check this one also thanks. From: Shubhrajyoti D <redacted> Date: Tue, 20 Dec 2011 11:40:51 +0530 Subject: [PATCH] I2C : tegra : devexit in remove Adding I2C __devexxit in remove Cc: Stephen Warren <redacted> Signed-off-by: Shubhrajyoti D <redacted>
Acked-by: Stephen Warren <redacted> Ben or Olof,
- .remove = tegra_i2c_remove, + .remove =__devexit_p(tegra_i2c_remove),
When you apply this, can you fix it up to add a space after the = in the modified line? If you want, I can post an updated version to do that. -- nvpublic