summaryrefslogtreecommitdiffstats
path: root/include/partition.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:24 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:24 +0200
commit658cc34395e3780dc46d6ffdc61c95130d362661 (patch)
tree2a56eb0438b75e2ddc44970ff8be4d7af97e65fa /include/partition.h
parent873c1d746ea291cdf0b73dbcc1f7f289984472f2 (diff)
downloadbarebox-658cc34395e3780dc46d6ffdc61c95130d362661.tar.gz
barebox-658cc34395e3780dc46d6ffdc61c95130d362661.tar.xz
svn_rev_118
thousands of things
Diffstat (limited to 'include/partition.h')
-rw-r--r--include/partition.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/partition.h b/include/partition.h
index 014529fc07..19116437ef 100644
--- a/include/partition.h
+++ b/include/partition.h
@@ -3,15 +3,5 @@
struct device_d;
-struct partition {
- int num;
-
- struct device_d *parent;
-
- struct device_d device;
-
- struct partition *next;
-};
-
#endif /* __PARTITION_H */