Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368081
b: refs/heads/master
c: 38a46eb
h: refs/heads/master
i:
  368079: 82a4147
v: v3
  • Loading branch information
Fabio Porcedda authored and Dmitry Torokhov committed Mar 18, 2013
1 parent 103907f commit df822e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8698a9382603faf64f045445b90f768522af28da
refs/heads/master: 38a46eb8cc0faec0345c27083fb26d1e7e02ccff
12 changes: 1 addition & 11 deletions trunk/drivers/input/touchscreen/mc13783_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,17 +250,7 @@ static struct platform_driver mc13783_ts_driver = {
},
};

static int __init mc13783_ts_init(void)
{
return platform_driver_probe(&mc13783_ts_driver, &mc13783_ts_probe);
}
module_init(mc13783_ts_init);

static void __exit mc13783_ts_exit(void)
{
platform_driver_unregister(&mc13783_ts_driver);
}
module_exit(mc13783_ts_exit);
module_platform_driver_probe(mc13783_ts_driver, mc13783_ts_probe);

MODULE_DESCRIPTION("MC13783 input touchscreen driver");
MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de>");
Expand Down

0 comments on commit df822e3

Please sign in to comment.