Re: why usr/include/linux/if_frad.h is required

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jaswinder Singh Rajput
Date: Saturday, January 24, 2009 - 6:25 am

On Wed, 2009-01-21 at 15:37 -0800, David Miller wrote:

After killing CONFIG_DLCI and CONFIG_DLCI_MODULE, it is also killing the
kernel:

  CC      net/socket.o
In file included from net/socket.c:75:
include/linux/if_frad.h:170: error: ‘CONFIG_DLCI_MAX’ undeclared here (not in a function)
make[1]: *** [net/socket.o] Error 1
make: *** [net] Error 2

because these things still depends on CONFIG_DLCI:

struct frad_local
{
   struct net_device_stats stats;

   /* devices which this FRAD is slaved to */
   struct net_device     *master[CONFIG_DLCI_MAX];
   short             dlci[CONFIG_DLCI_MAX];

Are you still sure we do not need CONFIG_DLCI.

--
JSR

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
why usr/include/linux/if_frad.h is required, Jaswinder Singh Rajput, (Tue Jan 20, 7:52 am)
Re: why usr/include/linux/if_frad.h is required, Jaswinder Singh Rajput, (Tue Jan 20, 7:54 am)
Re: why usr/include/linux/if_frad.h is required, Arnd Bergmann, (Tue Jan 20, 10:47 am)
Re: why usr/include/linux/if_frad.h is required, Krzysztof Halasa, (Tue Jan 20, 12:53 pm)
Re: why usr/include/linux/if_frad.h is required, Jaswinder Singh Rajput, (Tue Jan 20, 4:48 pm)
Re: why usr/include/linux/if_frad.h is required, Krzysztof Halasa, (Tue Jan 20, 6:06 pm)
Re: why usr/include/linux/if_frad.h is required, Jaswinder Singh Rajput, (Tue Jan 20, 9:50 pm)
Re: why usr/include/linux/if_frad.h is required, Sam Ravnborg, (Tue Jan 20, 10:33 pm)
Re: why usr/include/linux/if_frad.h is required, David Miller, (Tue Jan 20, 11:15 pm)
Re: why usr/include/linux/if_frad.h is required, Stephen Hemminger, (Tue Jan 20, 11:38 pm)
Re: why usr/include/linux/if_frad.h is required, David Miller, (Wed Jan 21, 4:37 pm)
Re: why usr/include/linux/if_frad.h is required, Sam Ravnborg, (Wed Jan 21, 10:37 pm)
Re: why usr/include/linux/if_frad.h is required, Jaswinder Singh Rajput, (Sat Jan 24, 6:25 am)
Re: why usr/include/linux/if_frad.h is required, Krzysztof Halasa, (Sat Jan 24, 8:32 am)
Re: why usr/include/linux/if_frad.h is required, David Miller, (Mon Jan 26, 1:30 pm)