* BUS_ID_SIZE is going away
@ 2009-03-28 19:10 Kay Sievers
2009-03-28 20:52 ` Grant Likely
0 siblings, 1 reply; 2+ messages in thread
From: Kay Sievers @ 2009-03-28 19:10 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev, Greg Kroah-Hartmann
Hey,
care to replace:
bus_id[BUS_ID_SIZE];
in:
include/linux/fsl_devices.h
with a locally defined limit, or whatever fits your needs? Or let me
know how you like it to be converted, and I can make a patch, and we
can push it through the driver-core tree.
The driver core and kobjects have no longer a limit on the device
names. We want to remove BUS_ID_SIZE from the driver core header in
the current 2.6.30 timeframe.
Thanks,
Kay
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: BUS_ID_SIZE is going away
2009-03-28 19:10 BUS_ID_SIZE is going away Kay Sievers
@ 2009-03-28 20:52 ` Grant Likely
0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2009-03-28 20:52 UTC (permalink / raw)
To: Kay Sievers; +Cc: linuxppc-dev, Greg Kroah-Hartmann
On Sat, Mar 28, 2009 at 1:10 PM, Kay Sievers <kay.sievers@vrfy.org> wrote:
> Hey,
> care to replace:
> =A0bus_id[BUS_ID_SIZE];
> in:
> =A0include/linux/fsl_devices.h
> with a locally defined limit, or whatever fits your needs? Or let me
> know how you like it to be converted, and I can make a patch, and we
> can push it through the driver-core tree.
gianfar_platform_data and several other symbols in that file are
actually obsolete and unused. They can be removed entirely from
include/linux/fsl_devices.h. I'll prepare a patch.
g.
--=20
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-28 20:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-28 19:10 BUS_ID_SIZE is going away Kay Sievers
2009-03-28 20:52 ` Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox