summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-03 09:20:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-03 09:20:29 +0200
commit628434ae500f951fa4347d41012195ec88d1b394 (patch)
tree3f742af7c56ad6e92039f003adf4ea4a6b68dec9 /arch/sandbox/include
parentf9f35ee93821048bbace895c5c688bafbda2c3f3 (diff)
parent147affbd8d5bc4a45be9ea8d9532334c77412853 (diff)
downloadbarebox-628434ae500f951fa4347d41012195ec88d1b394.tar.gz
barebox-628434ae500f951fa4347d41012195ec88d1b394.tar.xz
Merge branch 'pu-remove-gd_t' into next
Diffstat (limited to 'arch/sandbox/include')
-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 */