lkml.org 
[lkml]   [2009]   [Jun]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/1] Char: cyclades, fix isa+module build
Date
When CONFIG_ISA and MODULES is turned on, a build will fail with
the following error:
drivers/char/cyclades.c:3332: error: assignment of read-only location

Deconstify that particular isa structure.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
---
drivers/char/cyclades.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/cyclades.c b/drivers/char/cyclades.c
index 5cec450..dbfa8b5 100644
--- a/drivers/char/cyclades.c
+++ b/drivers/char/cyclades.c
@@ -143,7 +143,7 @@ static struct tty_driver *cy_serial_driver;
causing problems, remove the offending address from this table.
*/

-static const unsigned int cy_isa_addresses[] = {
+static unsigned int cy_isa_addresses[] = {
0xD0000,
0xD2000,
0xD4000,
--
1.6.3.2


\
 
 \ /
  Last update: 2009-06-28 15:17    [W:0.027 / U:0.468 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site