diff options
| -rw-r--r-- | drivers/usb/host/max3421-hcd.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/usb/host/max3421-hcd.c b/drivers/usb/host/max3421-hcd.c index fd3ed994fa4d..858efcfda50b 100644 --- a/drivers/usb/host/max3421-hcd.c +++ b/drivers/usb/host/max3421-hcd.c | |||
| @@ -1950,20 +1950,7 @@ static struct spi_driver max3421_driver = { | |||
| 1950 | }, | 1950 | }, |
| 1951 | }; | 1951 | }; |
| 1952 | 1952 | ||
| 1953 | static int __init | 1953 | module_spi_driver(max3421_driver); |
| 1954 | max3421_mod_init(void) | ||
| 1955 | { | ||
| 1956 | return spi_register_driver(&max3421_driver); | ||
| 1957 | } | ||
| 1958 | |||
| 1959 | static void __exit | ||
| 1960 | max3421_mod_exit(void) | ||
| 1961 | { | ||
| 1962 | spi_unregister_driver(&max3421_driver); | ||
| 1963 | } | ||
| 1964 | |||
| 1965 | module_init(max3421_mod_init); | ||
| 1966 | module_exit(max3421_mod_exit); | ||
| 1967 | 1954 | ||
| 1968 | MODULE_DESCRIPTION(DRIVER_DESC); | 1955 | MODULE_DESCRIPTION(DRIVER_DESC); |
| 1969 | MODULE_AUTHOR("David Mosberger <davidm@egauge.net>"); | 1956 | MODULE_AUTHOR("David Mosberger <davidm@egauge.net>"); |
