On Tue, Oct 16, 2007 at 11:10:16PM +0530, Dhaval Giani wrote: > On Tue, Oct 16, 2007 at 02:02:31PM +0100, Ralf Baechle wrote: > > Changeset 5cb350baf580017da38199625b7365b1763d7180 causes build breakage > > if sysfs support is disabled: > > > > kernel/built-in.o: In function `uids_kobject_init': > > (.init.text+0x1488): undefined reference to `kernel_subsys' > > kernel/built-in.o: In function `uids_kobject_init': > > (.init.text+0x1490): undefined reference to `kernel_subsys' > > kernel/built-in.o: In function `uids_kobject_init': > > (.init.text+0x1480): undefined reference to `kernel_subsys' > > kernel/built-in.o: In function `uids_kobject_init': > > (.init.text+0x1494): undefined reference to `kernel_subsys' > > > > This breaks for example mipssim_defconfig. > > > > Ralf > > Hi Ralf, > > Can you try this and confirm if it works? Yes, this solves the issue. Thanks, Ralf