Compilation breakage on drivers/media due to OF patches - was: Re: [PATCH] DT: export of_get_next_parent() for use by modules: fix modular V4L2

2013-04-17 Thread Mauro Carvalho Chehab
Hi Grant/Rob, Our tree is currently _broken_ with OT, because of the lack of exporting of_get_next_parent. The developer that submitted the patches that added V4L2 OF support forgot to test to compilation with MODULES support enabled. So, we're now having: ERROR: of_get_next_parent

Re: Compilation breakage on drivers/media due to OF patches - was: Re: [PATCH] DT: export of_get_next_parent() for use by modules: fix modular V4L2

2013-04-17 Thread Grant Likely
On Wed, 17 Apr 2013 11:53:57 -0300, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Grant/Rob, Our tree is currently _broken_ with OT, because of the lack of exporting of_get_next_parent. The developer that submitted the patches that added V4L2 OF support forgot to test to compilation

Re: Compilation breakage on drivers/media due to OF patches - was: Re: [PATCH] DT: export of_get_next_parent() for use by modules: fix modular V4L2

2013-04-17 Thread Mauro Carvalho Chehab
Em Wed, 17 Apr 2013 16:08:43 +0100 Grant Likely grant.lik...@secretlab.ca escreveu: On Wed, 17 Apr 2013 11:53:57 -0300, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Grant/Rob, Our tree is currently _broken_ with OT, because of the lack of exporting of_get_next_parent. The