Re: [RFC] [PATCH v3 1/2] introduce ALS sysfs class
From: Greg KH <hidden>
Date: 2009-08-21 15:10:23
Also in:
lkml
From: Greg KH <hidden>
Date: 2009-08-21 15:10:23
Also in:
lkml
On Fri, Aug 21, 2009 at 09:54:07AM +0800, Zhang Rui wrote:
--- Documentation/ABI/testing/sysfs-class-als | 47 +++++ drivers/Kconfig | 2 drivers/Makefile | 1 drivers/als/Kconfig | 10 + drivers/als/Makefile | 5 drivers/als/als_sys.c | 256 ++++++++++++++++++++++++++++++ include/linux/als_sys.h | 57 ++++++
Does this file really need to be in include/linux/ ? Or could you just put it into drivers/als/ and it would be fine? thanks, greg k-h