Hi Sascha > +struct cgeb_pdata { > + struct cgeb_board_data *board; > + int unit; > +}; > + > +#endif /* __CONGATEC_CGEB_H */ > diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile > index 8d87439..9de1789 100644 > --- a/arch/x86/platform/Makefile > +++ b/arch/x86/platform/Makefile > @@ -1,5 +1,6 @@ > # Platform specific code goes here > obj-y += ce4100/ > +obj-y += congatec/ > obj-y += efi/ > obj-y += geode/ > obj-y += iris/ Fails to build christian@chgm-pc:~/kernel/linux_mainline$ make make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `relocs'. CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CALL scripts/checksyscalls.sh CC scripts/mod/devicetable-offsets.s GEN scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/file2alias.o HOSTLD scripts/mod/modpost CHK include/generated/compile.h scripts/Makefile.build:44: /home/christian/kernel/linux_mainline/arch/x86/platform/congatec/Makefile: No such file or directory make[3]: *** No rule to make target `/home/christian/kernel/linux_mainline/arch/x86/platform/congatec/Makefile'. Stop. make[2]: *** [arch/x86/platform/congatec] Error 2 make[1]: *** [arch/x86/platform] Error 2 make: *** [arch/x86] Error 2 -- Christian Gmeiner, MSc -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html