On Mon, Feb 10, 2014 at 09:32:22AM +0900, Daeseok Youn wrote: > >From 08b77be03927d450810c07d3a4440dc8c32fe766 Mon Sep 17 00:00:00 2001 > From: Daeseok Youn <daeseok.y...@gmail.com> > Date: Mon, 10 Feb 2014 09:02:26 +0900 > Subject: [PATCH] gpu: ion: fix sparse non static symbol warnings > > Fixes the following sparse warnings: > > drivers/staging/android/ion/ion_dummy_driver.c:26:19: > warning: symbol 'idev' was not declared. Should it be static? > drivers/staging/android/ion/ion_dummy_driver.c:27:17: > warning: symbol 'heaps' was not declared. Should it be static? > drivers/staging/android/ion/ion_dummy_driver.c:29:6: > warning: symbol 'carveout_ptr' was not declared. Should it be static? > drivers/staging/android/ion/ion_dummy_driver.c:30:6: > warning: symbol 'chunk_ptr' was not declared. Should it be static? > drivers/staging/android/ion/ion_dummy_driver.c:32:26: > warning: symbol 'dummy_heaps' was not declared. Should it be static? > drivers/staging/android/ion/ion_dummy_driver.c:59:26: > warning: symbol 'dummy_ion_pdata' was not declared. Should it be static? > > Signed-off-by: Daeseok Youn <daeseok.y...@gmail.com>
This patch has already been made in my tree, please always work against linux-next to prevent duplication of work. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/