|
@@ -257,7 +257,6 @@ static const struct of_device_id bbc_beep_match[] = {
|
|
|
static struct platform_driver bbc_beep_driver = {
|
|
|
.driver = {
|
|
|
.name = "bbcbeep",
|
|
|
- .owner = THIS_MODULE,
|
|
|
.of_match_table = bbc_beep_match,
|
|
|
},
|
|
|
.probe = bbc_beep_probe,
|
|
@@ -337,7 +336,6 @@ static const struct of_device_id grover_beep_match[] = {
|
|
|
static struct platform_driver grover_beep_driver = {
|
|
|
.driver = {
|
|
|
.name = "groverbeep",
|
|
|
- .owner = THIS_MODULE,
|
|
|
.of_match_table = grover_beep_match,
|
|
|
},
|
|
|
.probe = grover_beep_probe,
|