From df8446a72b67bd31d6196bfeef8a2132cede8ea2 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Sat, 27 Jan 2007 20:39:09 +0000 Subject: Oops - fix PortalPlayer builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12129 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/pcf50605.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'firmware/drivers') diff --git a/firmware/drivers/pcf50605.c b/firmware/drivers/pcf50605.c index 61c52a1..0610f41 100644 --- a/firmware/drivers/pcf50605.c +++ b/firmware/drivers/pcf50605.c @@ -25,10 +25,8 @@ ****************************************************************************/ #include "system.h" #include "config.h" -#if CONFIG_I2C == I2C_PP5020 -#include "i2c-pp5020.h" -#elif CONFIG_I2C == I2C_PP5002 -#include "i2c-pp5002.h" +#if CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002 +#include "i2c-pp.h" #endif #include "rtc.h" -- cgit v1.1