x86/microcode/AMD: Make amd_ucode_patch[] static
[linux-2.6-block.git] / arch / x86 / kernel / cpu / microcode / amd.c
index b1d1e345f5f5e546629598ac579c2759e59cfbb3..27a0228c9cae0dd32d2d5aff092a5b39162d6593 100644 (file)
@@ -56,7 +56,7 @@ static u8 *container;
 static size_t container_size;
 
 static u32 ucode_new_rev;
-u8 amd_ucode_patch[PATCH_MAX_SIZE];
+static u8 amd_ucode_patch[PATCH_MAX_SIZE];
 static u16 this_equiv_id;
 
 static struct cpio_data ucode_cpio;