From e5e53db35d811bff6cb5fddacfb1ca6ad773b0dc Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 22 Jan 2012 16:42:49 +0000 Subject: [PATCH] Create directory structures to support power-related devices git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4321 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/stm32/stm32_idle.c | 2 +- arch/sim/src/up_head.c | 6 +++--- arch/sim/src/up_idle.c | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/src/stm32/stm32_idle.c b/arch/arm/src/stm32/stm32_idle.c index ec78861c83..b5fd9fcb32 100644 --- a/arch/arm/src/stm32/stm32_idle.c +++ b/arch/arm/src/stm32/stm32_idle.c @@ -41,7 +41,7 @@ #include #include -#include +#include #include diff --git a/arch/sim/src/up_head.c b/arch/sim/src/up_head.c index 431d417de6..7326e73dca 100644 --- a/arch/sim/src/up_head.c +++ b/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 + * Copyright (C) 2007-2009, 2011-2112 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -47,7 +47,7 @@ #include #include -#include +#include /**************************************************************************** * Private Data diff --git a/arch/sim/src/up_idle.c b/arch/sim/src/up_idle.c index d7397ba228..c66b3b7704 100644 --- a/arch/sim/src/up_idle.c +++ b/arch/sim/src/up_idle.c @@ -1,8 +1,8 @@ /**************************************************************************** * up_idle.c * - * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -42,7 +42,7 @@ #include #include -#include +#include #include "up_internal.h"