summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-01 11:59:26 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-01 12:00:59 +0200
commit147affbd8d5bc4a45be9ea8d9532334c77412853 (patch)
tree6d5043b622bbab92708bf08a4fa76f3a7211db44 /arch/sandbox
parentf6ad18c7596de43bc67c34cd46b5ebab8acb8ef5 (diff)
downloadbarebox-147affbd8d5bc4a45be9ea8d9532334c77412853.tar.gz
barebox-147affbd8d5bc4a45be9ea8d9532334c77412853.tar.xz
remove unused global_data.h
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/include/asm/global_data.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/arch/sandbox/include/asm/global_data.h b/arch/sandbox/include/asm/global_data.h
deleted file mode 100644
index 51d9405d65..0000000000
--- a/arch/sandbox/include/asm/global_data.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * (C) Copyright 2002
- * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- */
-
-#ifndef __ASM_GBL_DATA_H
-#define __ASM_GBL_DATA_H
-typedef struct global_data gd_t;
-
-#define DECLARE_GLOBAL_DATA_PTR
-
-#endif /* __ASM_GBL_DATA_H */