summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_head.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim/src/up_head.c')
-rw-r--r--nuttx/arch/sim/src/up_head.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/sim/src/up_head.c b/nuttx/arch/sim/src/up_head.c
index 431d417de..7326e73dc 100644
--- a/nuttx/arch/sim/src/up_head.c
+++ b/nuttx/arch/sim/src/up_head.c
@@ -1,8 +1,8 @@
/****************************************************************************
* up_head.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007-2009, 2011-2112 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -47,7 +47,7 @@
#include <nuttx/init.h>
#include <nuttx/arch.h>
-#include <nuttx/pm.h>
+#include <nuttx/power/pm.h>
/****************************************************************************
* Private Data