pxa2xx-flash.c (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) pxa2xx-flash.c (2f82af08fcc7dc01a7e98a49a5995a77e32a2925)
1/*
2 * Map driver for Intel XScale PXA2xx platforms.
3 *
4 * Author: Nicolas Pitre
5 * Copyright: (C) 2001 MontaVista Software Inc.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 161 unchanged lines hidden (view full) ---

170{
171 platform_driver_unregister(&pxa2xx_flash_driver);
172}
173
174module_init(init_pxa2xx_flash);
175module_exit(cleanup_pxa2xx_flash);
176
177MODULE_LICENSE("GPL");
1/*
2 * Map driver for Intel XScale PXA2xx platforms.
3 *
4 * Author: Nicolas Pitre
5 * Copyright: (C) 2001 MontaVista Software Inc.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 161 unchanged lines hidden (view full) ---

170{
171 platform_driver_unregister(&pxa2xx_flash_driver);
172}
173
174module_init(init_pxa2xx_flash);
175module_exit(cleanup_pxa2xx_flash);
176
177MODULE_LICENSE("GPL");
178MODULE_AUTHOR("Nicolas Pitre <nico@cam.org>");
178MODULE_AUTHOR("Nicolas Pitre <nico@fluxnic.net>");
179MODULE_DESCRIPTION("MTD map driver for Intel XScale PXA2xx");
179MODULE_DESCRIPTION("MTD map driver for Intel XScale PXA2xx");