[TRIVIAL][PATCH] Removed unused symbol from drivers/char/esp.c

From: Shine Mohamed
Date: Mon Sep 29 2003 - 06:07:31 EST


A quick patch to remove unused symbol from drivers/char/esp.c

--- drivers/char/esp.c.orig 2003-09-29 14:27:46.000000000 +0530
+++ drivers/char/esp.c 2003-09-29 14:27:59.000000000 +0530
@@ -2612,7 +2612,7 @@
static void __exit espserial_exit(void)
{
unsigned long flags;
- int e1, e2;
+ int e1;
unsigned int region_start, region_end;
struct esp_struct *temp_async;
struct esp_pio_buffer *pio_buf;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/