9
0
Fork 0

remove unused DECLARE_GLOBAL_DATA_PTR

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-08-01 12:00:46 +02:00
parent 1a886dd478
commit f6ad18c759
2 changed files with 0 additions and 3 deletions

View File

@ -245,7 +245,6 @@ unsigned short crc16(unsigned short crc, unsigned int data)
int netx_cm_init(void)
{
DECLARE_GLOBAL_DATA_PTR;
int i;
char buf[MAX_USER_ZONE_SIZE];
struct netx_cm_userarea *area;

View File

@ -31,8 +31,6 @@
#include <exports.h>
#include <xyzModem.h>
DECLARE_GLOBAL_DATA_PTR;
static ulong load_serial (ulong offset);
static int read_record (char *buf, ulong len);
static int do_echo = 1;