Re: [PATCH] fs: removing unused fops from struct char_device_struct

2008-02-20 Thread Jiri Olsa
oops, sorry... for some reason I though you were the guy :) I'll resend jirka Greg KH wrote: > On Wed, Feb 20, 2008 at 09:57:23PM +0100, Jiri Olsa wrote: >> Hi, >> >> seems struct char_device_struct::fops is no longer used, removing it. >> I checked with "make allyesconfig" and got proper compil

Re: [PATCH] fs: removing unused fops from struct char_device_struct

2008-02-20 Thread Greg KH
On Wed, Feb 20, 2008 at 09:57:23PM +0100, Jiri Olsa wrote: > Hi, > > seems struct char_device_struct::fops is no longer used, removing it. > I checked with "make allyesconfig" and got proper compile. > > Signed-off-by: Jiri Olsa <[EMAIL PROTECTED]> Hm, why send this to me? Did I make the mistak

[PATCH] fs: removing unused fops from struct char_device_struct

2008-02-20 Thread Jiri Olsa
Hi, seems struct char_device_struct::fops is no longer used, removing it. I checked with "make allyesconfig" and got proper compile. Signed-off-by: Jiri Olsa <[EMAIL PROTECTED]> --- fs/char_dev.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/char_dev.c b/fs/char_dev