OpenNuvoton / NUC970_U-Boot_v2016.11

U-Boot v2016.11 for NUC970, N9H30, and NUC980
28 stars 45 forks source link

Mistake in driver i2c #2

Closed jury093 closed 6 years ago

jury093 commented 6 years ago

drivers/i2c/nuc970_i2c.c:17:2: error: #endif without #if make[1]: [drivers/i2c/nuc970_i2c.o] Error 1 make: [drivers/i2c] Error 2 make: *** Waiting for unfinished jobs....

**#include

if defined(CONFIG_NUC970_I2C)

include <asm/io.h>

include <asm-generic/gpio.h>

endif

endif**

remove, pls, last string - #endif

yachen commented 6 years ago

Hi @jury093 ,

Thanks for the feedback. Please pull again to fix this issue.

Sincerely,

Yi-An Chen