diff options
Diffstat (limited to 'Documentation/spi/spi-summary')
| -rw-r--r-- | Documentation/spi/spi-summary | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/spi/spi-summary b/Documentation/spi/spi-summary index d29734bff28c..d1824b399b2d 100644 --- a/Documentation/spi/spi-summary +++ b/Documentation/spi/spi-summary | |||
| @@ -342,12 +342,11 @@ SPI protocol drivers somewhat resemble platform device drivers: | |||
| 342 | .driver = { | 342 | .driver = { |
| 343 | .name = "CHIP", | 343 | .name = "CHIP", |
| 344 | .owner = THIS_MODULE, | 344 | .owner = THIS_MODULE, |
| 345 | .pm = &CHIP_pm_ops, | ||
| 345 | }, | 346 | }, |
| 346 | 347 | ||
| 347 | .probe = CHIP_probe, | 348 | .probe = CHIP_probe, |
| 348 | .remove = CHIP_remove, | 349 | .remove = CHIP_remove, |
| 349 | .suspend = CHIP_suspend, | ||
| 350 | .resume = CHIP_resume, | ||
| 351 | }; | 350 | }; |
| 352 | 351 | ||
| 353 | The driver core will automatically attempt to bind this driver to any SPI | 352 | The driver core will automatically attempt to bind this driver to any SPI |
