]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/kallsyms.c
ALSA: aw2: Support PCM sync_stop
[linux.git] / scripts / kallsyms.c
index b9b1a4cf1c65d901976d4c5ecfac19630b13d36f..fb55f262f42d6cee3f14475637b29d44028df97c 100644 (file)
@@ -57,9 +57,9 @@ static struct addr_range percpu_range = {
 
 static struct sym_entry *table;
 static unsigned int table_size, table_cnt;
-static int all_symbols = 0;
-static int absolute_percpu = 0;
-static int base_relative = 0;
+static int all_symbols;
+static int absolute_percpu;
+static int base_relative;
 
 static int token_profit[0x10000];