Subversion Repositories Kolibri OS

Rev

Rev 5270 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5270 Rev 6282
Line 108... Line 108...
108
    if (fw) {
108
    if (fw) {
109
        kfree((void*)fw);
109
        kfree((void*)fw);
110
    }
110
    }
111
}
111
}
112
 
112
/*
113
struct platform_device*
113
struct platform_device*
114
platform_device_register_simple(const char* c, int id, void *r, unsigned int i)
114
platform_device_register_simple(const char* c, int id, void *r, unsigned int i)
115
{
115
{
116
    static struct platform_device pd;
116
    static struct platform_device pd;
117
 
117
 
Line 118... Line 118...
118
    return &pd;
118
    return &pd;
119
};
119
};
120
120
*/