Re: [patch] remove __devinit markings from rtc_sysfs_add_device()

2007-01-21 Thread Alessandro Zummo
On Sat, 20 Jan 2007 11:11:02 -0500 Mike Frysinger <[EMAIL PROTECTED]> wrote: > the sysfs interface from the rtc framework seems to incorrectly label the add > function with __devinit ... the proc and dev interfaces do not have this > label on their add functions > > ive been trying to develop a

[patch] remove __devinit markings from rtc_sysfs_add_device()

2007-01-20 Thread Mike Frysinger
the sysfs interface from the rtc framework seems to incorrectly label the add function with __devinit ... the proc and dev interfaces do not have this label on their add functions ive been trying to develop a rtc module and it kept crashing ... after debugging it, i'm pretty sure ive traced it