Re: [PATCH] allow struct bin_attributes in class devices

From: Greg KH
Date: Tue Dec 21 2004 - 19:47:15 EST


On Tue, Dec 21, 2004 at 04:30:36PM -0800, Jesse Barnes wrote:
> On Tuesday, December 21, 2004 4:28 pm, Greg KH wrote:
> > On Tue, Dec 21, 2004 at 04:19:52PM -0800, Jesse Barnes wrote:
> > > This small patch adds routines to create and remove bin_attribute files
> > > for class devices. One intended use is for binary files corresponding to
> > > PCI busses, like bus legacy I/O ports or ISA memory.
> > >
> > > drivers/base/class.c | 16 ++++++++++++++++
> > > include/linux/device.h | 5 ++++-
> > > 2 files changed, 20 insertions(+), 1 deletion(-)
> > >
> > > Signed-off-by: Jesse Barnes <jbarnes@xxxxxxx>
> >
> > Ugh, we'll get this eventually... You forgot a EXPORT_SYMBOL_GPL() so
> > that modules can use these functions :)
> >
> > Third time's a charm :)
>
> Doh! Here you go.

Applied, thanks.

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/