lkml.org 
[lkml]   [2014]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 09/85] drivers: gpu: Include appropriate header file in mga_ioc32.c
    Include appropriate header file drivers/gpu/drm/mga/mga_drv.h in
    drm/mga/mga_ioc32.c because function mga_compat_ioctl() has its
    prototype declaration in the header file.

    This eliminates the following warning in drm/mga/mga_ioc32.c:
    drivers/gpu/drm/mga/mga_ioc32.c:207:6: warning: no previous prototype for ‘mga_compat_ioctl’ [-Wmissing-prototypes]

    Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
    Reviewed-by: Josh Triplett <josh@joshtriplett.org>
    ---
    drivers/gpu/drm/mga/mga_ioc32.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/gpu/drm/mga/mga_ioc32.c b/drivers/gpu/drm/mga/mga_ioc32.c
    index 709e90d..86b4bb8 100644
    --- a/drivers/gpu/drm/mga/mga_ioc32.c
    +++ b/drivers/gpu/drm/mga/mga_ioc32.c
    @@ -34,6 +34,7 @@

    #include <drm/drmP.h>
    #include <drm/mga_drm.h>
    +#include "mga_drv.h"

    typedef struct drm32_mga_init {
    int func;
    --
    1.7.9.5
    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2014-01-06 16:21    [W:4.043 / U:0.596 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site