On Wed, Nov 28, 2012 at 2:57 PM, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote: > diff --git a/include/linux/compat-3.1.h b/include/linux/compat-3.1.h > index fc05245..71bc00f 100644 > --- a/include/linux/compat-3.1.h > +++ b/include/linux/compat-3.1.h > @@ -63,7 +50,7 @@ static inline struct sk_buff *__netdev_alloc_skb_ip_align(struct net_device *dev > * > */ > #define IS_ENABLED(option) \ > - (config_enabled(option) || config_enabled(option##_MODULE)) > + (config_enabled(option) || config_enabled(option##_MODULE)) This hunk is not required, right? Luis -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html