aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-21 18:01:07 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-21 18:01:07 +0000
commitc22a13ef4ae689ff6ff1973fba950c6e673342af (patch)
tree49b04c6302cb3eb451491553f4e767f1a1a66bfa /misc
parent0247373e8f497d14f609fad20329f201b5f00941 (diff)
downloadpx4-firmware-c22a13ef4ae689ff6ff1973fba950c6e673342af.tar.gz
px4-firmware-c22a13ef4ae689ff6ff1973fba950c6e673342af.tar.bz2
px4-firmware-c22a13ef4ae689ff6ff1973fba950c6e673342af.zip
Move file-system header files to include/nuttx/fs
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4499 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/drivers/rtl8187x/rtl8187x.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/drivers/rtl8187x/rtl8187x.c b/misc/drivers/rtl8187x/rtl8187x.c
index cad84c8fd..d8fe14740 100755
--- a/misc/drivers/rtl8187x/rtl8187x.c
+++ b/misc/drivers/rtl8187x/rtl8187x.c
@@ -1,9 +1,9 @@
/****************************************************************************
* drivers/usbhost/rtl8187.c
*
- * Copyright (C) 2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011, 2012 Gregory Nutt. All rights reserved.
* Authors: Rafael Noronha <rafael@pdsolucoes.com.br>
- * Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Gregory Nutt <gnutt@nuttx.org>
*
* Portions of the logic in this file derives from the KisMAC RTL8187x driver
*
@@ -63,7 +63,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
-#include <nuttx/fs.h>
+#include <nuttx/fs/fs.h>
#include <nuttx/clock.h>
#include <nuttx/arch.h>
#include <nuttx/wqueue.h>