mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[lantiq] make ptm drivers work with v3.8
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36018 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1422,7 +1422,7 @@ static int ptm_showtime_exit(void)
|
||||
* 0 --- successful
|
||||
* else --- failure, usually it is negative value of error code
|
||||
*/
|
||||
static int __devinit ifx_ptm_init(void)
|
||||
static int ifx_ptm_init(void)
|
||||
{
|
||||
int ret;
|
||||
struct port_cell_info port_cell = {0};
|
||||
|
||||
@@ -930,7 +930,7 @@ static int ptm_showtime_exit(void)
|
||||
|
||||
|
||||
|
||||
static int __devinit ifx_ptm_init(void)
|
||||
static int ifx_ptm_init(void)
|
||||
{
|
||||
int ret;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user