summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/dpmemexternal2internal.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-31 10:55:17 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-02-03 17:45:32 -0600
commit3a638ceb4c6d1b73d149bb7c672b8ab39f43ea9e (patch)
treec64c2890b89a80f57a416b6f870b14c058b7db63 /cpukit/rtems/src/dpmemexternal2internal.c
parentlibtests/block11: Use custom device driver (diff)
downloadrtems-3a638ceb4c6d1b73d149bb7c672b8ab39f43ea9e.tar.bz2
rtems/*.c: Remove use of register keyword
Diffstat (limited to 'cpukit/rtems/src/dpmemexternal2internal.c')
-rw-r--r--cpukit/rtems/src/dpmemexternal2internal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/dpmemexternal2internal.c b/cpukit/rtems/src/dpmemexternal2internal.c
index 296d52d58e..7cb7dd10b0 100644
--- a/cpukit/rtems/src/dpmemexternal2internal.c
+++ b/cpukit/rtems/src/dpmemexternal2internal.c
@@ -6,7 +6,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -31,7 +31,7 @@ rtems_status_code rtems_port_external_to_internal(
void **internal
)
{
- register Dual_ported_memory_Control *the_port;
+ Dual_ported_memory_Control *the_port;
Objects_Locations location;
uint32_t ending;