Fixes the following W=1 kernel build warning(s):
drivers/video/fbdev/s1d13xxxfb.c:515: warning: Cannot understand *
Cc: Kristoffer Ericson kristoffer.ericson@gmail.com Cc: Thibaut VARENE varenet@parisc-linux.org Cc: Ben Dooks ben@simtec.co.uk Cc: dri-devel@lists.freedesktop.org Cc: linux-fbdev@vger.kernel.org Signed-off-by: Lee Jones lee.jones@linaro.org --- drivers/video/fbdev/s1d13xxxfb.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/video/fbdev/s1d13xxxfb.c b/drivers/video/fbdev/s1d13xxxfb.c index e6e8bc74412c6..b21627c07f8d0 100644 --- a/drivers/video/fbdev/s1d13xxxfb.c +++ b/drivers/video/fbdev/s1d13xxxfb.c @@ -512,7 +512,6 @@ s1d13xxxfb_bitblt_copyarea(struct fb_info *info, const struct fb_copyarea *area) }
/** - * * s1d13xxxfb_bitblt_solidfill - accelerated solidfill function * @info : framebuffer structure * @rect : fb_fillrect structure