summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-04-10 10:42:38 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-04-10 12:08:12 -0400
commitbc416ff5905cd5b0707097971bb9a09f5961a8ae (patch)
tree1701ef544064ce6f7d5d4aa798040467b9e0a2a9 /firmware/drivers
parent1303be343784ad2a3de30b10d2ac1ec350242f43 (diff)
downloadrockbox-bc416ff5905cd5b0707097971bb9a09f5961a8ae.tar.gz
rockbox-bc416ff5905cd5b0707097971bb9a09f5961a8ae.zip
misc: Only include rbpaths.h and string-extra.h in places that need it
(Don't include rbpaths.h in settings.h, or string-extra.h in rbpaths.h) Build-tested on rocker, erosq, mini2g, nano2g, xduoox3, clipzip, dx50, and uisim Change-Id: If32e9c9910f5c8247a655cb64522b84d6d7ccbb5
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/audio/erosqlinux_codec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/drivers/audio/erosqlinux_codec.c b/firmware/drivers/audio/erosqlinux_codec.c
index 58104a61e6..abb4fea01f 100644
--- a/firmware/drivers/audio/erosqlinux_codec.c
+++ b/firmware/drivers/audio/erosqlinux_codec.c
@@ -20,9 +20,6 @@
* KIND, either express or implied.
*
****************************************************************************/
-#define RB_FILESYSTEM_OS // VERY important this is before settings.h
- // because that pulls in rbpaths.h which breaks open()
-
//#define LOGF_ENABLE
#include "config.h"