[PATCH] fix build warnings on defconfigs

2011-04-09 Thread wanlong . gao
From: Wanlong Gao Change the BT_L2CAP and BT_SCO defconfigs from 'm' to 'y', since BT_L2CAP and BT_SCO had changed to bool configs. Signed-off-by: Wanlong Gao --- arch/arm/configs/am200epdkit_defconfig |4 ++-- arch/arm/configs/at572d940hfek_defconfig |2 +- arch/arm/configs/at91

Re: [PATCH] fix build warnings on defconfigs

2011-04-10 Thread Uwe Kleine-König
On Sun, Apr 10, 2011 at 03:04:18AM +0800, wanlong@gmail.com wrote: > From: Wanlong Gao > > Change the BT_L2CAP and BT_SCO defconfigs from 'm' to 'y', > since BT_L2CAP and BT_SCO had changed to bool configs. Pointing out the commit that changed these two in the commit log would be nice. Someth

Re: [PATCH] fix build warnings on defconfigs

2011-04-10 Thread wanlong gao
On 4/11/11, Uwe Kleine-König wrote: > On Sun, Apr 10, 2011 at 03:04:18AM +0800, wanlong@gmail.com wrote: >> From: Wanlong Gao >> >> Change the BT_L2CAP and BT_SCO defconfigs from 'm' to 'y', >> since BT_L2CAP and BT_SCO had changed to bool configs. > Pointing out the commit that changed these

Re: [PATCH] fix build warnings on defconfigs

2011-04-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 03:04 Sun 10 Apr , wanlong@gmail.com wrote: > From: Wanlong Gao > > Change the BT_L2CAP and BT_SCO defconfigs from 'm' to 'y', > since BT_L2CAP and BT_SCO had changed to bool configs. > > Signed-off-by: Wanlong Gao > --- for at91 Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Rega

Re: [PATCH] fix build warnings on defconfigs

2011-04-11 Thread Igor Grinberg
On 04/09/11 22:04, wanlong@gmail.com wrote: > From: Wanlong Gao > > Change the BT_L2CAP and BT_SCO defconfigs from 'm' to 'y', > since BT_L2CAP and BT_SCO had changed to bool configs. > > Signed-off-by: Wanlong Gao > --- For: > arch/arm/configs/cm_x2xx_defconfig |4 ++-- > arc

Re: [PATCH] fix build warnings on defconfigs

2011-05-12 Thread Ralf Baechle
On Sun, Apr 10, 2011 at 03:04:18AM +0800, wanlong@gmail.com wrote: > Subject: [PATCH] fix build warnings on defconfigs > > From: Wanlong Gao > > Change the BT_L2CAP and BT_SCO defconfigs from 'm' to 'y', > since BT_L2CAP and BT_SCO had changed to boo