lkml.org 
[lkml]   [2015]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] char:agp:amd64-agp - fix for warning __initdata
Date
The below checkpatch warning fixed in this patch. 
WARNING: __initdata should be placed after agp_try_unsupported
static bool __initdata agp_try_unsupported = true;

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
drivers/char/agp/amd64-agp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c
index 6b6af5a..14900ea 100644
--- a/drivers/char/agp/amd64-agp.c
+++ b/drivers/char/agp/amd64-agp.c
@@ -33,7 +33,7 @@
#define ULI_X86_64_ENU_SCR_REG 0x54

static struct resource *aperture_resource;
-static bool __initdata agp_try_unsupported = true;
+static bool agp_try_unsupported __initdata = true;
static int agp_bridges_found;

static void amd64_tlbflush(struct agp_memory *temp)
--
1.7.9.5


\
 
 \ /
  Last update: 2015-05-27 04:01    [W:0.043 / U:0.564 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site