Changeset 36017
- Timestamp:
- 2013-03-14T19:42:47+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/platform/lantiq/ltq-atm/src/ltq_atm.c
r35991 r36017 1760 1760 MODULE_DEVICE_TABLE(of, ltq_atm_match); 1761 1761 1762 static int __devinitltq_atm_probe(struct platform_device *pdev)1762 static int ltq_atm_probe(struct platform_device *pdev) 1763 1763 { 1764 1764 const struct of_device_id *match; … … 1859 1859 } 1860 1860 1861 static int __devexitltq_atm_remove(struct platform_device *pdev)1861 static int ltq_atm_remove(struct platform_device *pdev) 1862 1862 { 1863 1863 int port_num; … … 1885 1885 static struct platform_driver ltq_atm_driver = { 1886 1886 .probe = ltq_atm_probe, 1887 .remove = __devexit_p(ltq_atm_remove),1887 .remove = ltq_atm_remove, 1888 1888 .driver = { 1889 1889 .name = "atm",
Note: See TracChangeset
for help on using the changeset viewer.