On Feb 21 '17 09:22, Joe Perches wrote:
> On Wed, 2017-02-22 at 00:31 +0800, Cheah Kok Cheong wrote:
> > > Another option could be using the typedefs from include/linux/types.h,
> > > e.g. ushort. However, this might require changing other declarations as
> > > well to keep consistency.
> >
> > T
On Feb 21 '17 10:12, Ian Abbott wrote:
> On 21/02/2017 09:33, Cheah Kok Cheong wrote:
> > On Mon, Feb 20, 2017 at 05:36:52PM +, Ian Abbott wrote:
> > > On 20/02/17 16:02, Cheah Kok Cheong wrote:
> > > > On Mon, Feb 20, 2017 at 10:03:39AM +, Ian Abbott wrote:
> > > > > On 20/02/17 08:28, Che
Commit 53490b545cb0 ("staging: unisys: move periodic_work.c into the
visorbus directory") removed the Kconfig option UNISYS_VISORUTIL, but
left one reference in a Kconfig select. Remove this last reference.
Signed-off-by: Valentin Rothberg
---
drivers/staging/unisys/visorchannel/K
Remove the last reference on menuconfig I20 that has been removed by
commit 4a72a7af462d ("staging: remove i2o subsystem").
Signed-off-by: Valentin Rothberg
---
drivers/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/Makefile b/drivers/Makefile
index 46
Hi Greg,
On Thu, May 14, 2015 at 2:54 PM, Greg KH wrote:
> On Thu, May 14, 2015 at 01:37:04PM +0200, Valentin Rothberg wrote:
>> Hi Greg,
>>
>> your commit 4a72a7af462d ("staging: remove i2o subsystem") is in
>> today's linux-next tree (i.e., next-2015
Hi Greg,
your commit 4a72a7af462d ("staging: remove i2o subsystem") is in
today's linux-next tree (i.e., next-20150514) and it removes the
menuconfig I2O, but leaves the following line untouched:
drivers/Makefile:101:obj-$(CONFIG_I2O) += message/
Can this line and the folder be removed
Hi Erik,
your commit 53490b545cb0 ("staging: unisys: move periodic_work.c into
the visorbus directory") is in today's linux-next tree (i.e.,
next-20150511). The commit removes the Kconfig option
UNISYS_VISORUTIL but leaves one select untouched turning it into a
nop, see:
drivers/staging/unisys/v