commit | 54507f6ee99778a727ff1b38a1f4050fe6479835 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri May 08 23:48:33 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri May 08 23:48:33 2009 +0900 |
tree | 40e31870a78c775524e1c948b4b5ad96772bb79a | |
parent | 3b226e15beb5ecf068738e796811afd1e5b3f81f [diff] |
serial: sh-sci: Fix up section mismatch in error path. The sci_probe_single() path attempts to use sci_remove() for the error path, while sci_remove() is still flagged as __devexit. So, we simply discard the section annotation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>