summaryrefslogtreecommitdiffstats
path: root/drivers/sound/iwmem.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-28 03:58:46 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-28 03:58:46 +0000
commitb63ad0882a16a5d28003e57f2b0b81dee3fb322b (patch)
tree0a343ce219e2b8b38a5d702d66032c57b83d9720 /drivers/sound/iwmem.h
parenta9d7bff9a84dba79609a0002e5321b74c4d64c64 (diff)
Merge with 2.4.0-test11.
Diffstat (limited to 'drivers/sound/iwmem.h')
-rw-r--r--drivers/sound/iwmem.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/sound/iwmem.h b/drivers/sound/iwmem.h
index b96d5ed1b..84745fbca 100644
--- a/drivers/sound/iwmem.h
+++ b/drivers/sound/iwmem.h
@@ -1,5 +1,5 @@
/*
- * sound/iwmem.c
+ * sound/iwmem.h
*
* DRAM size encoding table for AMD Interwave chip.
*/
@@ -9,12 +9,15 @@
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
* Version 2 (June 1991). See the "COPYING" file distributed with this software
* for more info.
+ *
+ * Changes:
+ * Bartlomiej Zolnierkiewicz : added __initdata to mem_decode
*/
#define K 1024
#define M (1024*K)
-static int mem_decode[][4] =
+static int mem_decode[][4] __initdata =
{
/* Bank0 Bank1 Bank2 Bank3 Encoding bits */
{256*K, 0, 0, 0}, /* 0 */