Skip to content
Snippets Groups Projects
Commit 520622d9 authored by Clemens Terasa's avatar Clemens Terasa
Browse files

rtc-pcf8563-guf: Fix rtc-pcf8563-guf build

Somehow the Garz & Fricke specific PCF8563 driver rtc-pcf8563-guf was
not buildable.

On cause was a missing and unused config.h file. Remove this file from
the recipe.

Another error was due to the removal of the register resets in the
PCF8563 that should be prevented by the driver. However the buffer
variable is used later on so we cannot comment it out.
parent 6867e5ab
No related branches found
No related tags found
1 merge request!14rtc-pcf8563-guf: Fix rtc-pcf8563-guf build
......@@ -11,7 +11,6 @@ inherit module
SRC_URI = "file://Makefile \
file://rtc-pcf8563-guf.c \
file://config.h \
"
S = "${WORKDIR}"
......
......@@ -549,9 +549,7 @@ static int pcf8563_probe(struct i2c_client *client,
{
struct pcf8563 *pcf8563;
int err;
#if 0
unsigned char buf;
#endif
dev_dbg(&client->dev, "%s\n", __func__);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment