summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/partdata.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-14 15:08:27 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:53 +0100
commitfd3cc36f61e5b92b2234ff5eff5250f0ce6447bb (patch)
treeba9dd68f1e7090a18a3fd650ef3b801d9b45b609 /cpukit/rtems/src/partdata.c
parentOptional Classic Semaphore initialization (diff)
downloadrtems-fd3cc36f61e5b92b2234ff5eff5250f0ce6447bb.tar.bz2
Optional Classic Partition initialization
Update #2408.
Diffstat (limited to 'cpukit/rtems/src/partdata.c')
-rw-r--r--cpukit/rtems/src/partdata.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpukit/rtems/src/partdata.c b/cpukit/rtems/src/partdata.c
deleted file mode 100644
index ccfc7c6fe0..0000000000
--- a/cpukit/rtems/src/partdata.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @file
- *
- * @brief Instantiate RTEMS Partition Data
- * @ingroup ClassicPart Partitions
- */
-
-/*
- * COPYRIGHT (c) 1989-2007.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-/* instantiate RTEMS partition data */
-#define RTEMS_PART_EXTERN
-
-#include <rtems/rtems/partimpl.h>