[BUG? -next] Compile tpm driver as module

From: Jin Dongming
Date: Thu Oct 29 2009 - 21:54:17 EST


When we compiled tpm driver as module in the next-tree, some errors happened.
The output error messages is showed as following:
drivers/char/tpm/tpm.c:719: error: redefinition of ‘tpm_pcr_read’
include/linux/tpm.h:35: note: previous definition of ‘tpm_pcr_read’ was here
drivers/char/tpm/tpm.c:751: error: redefinition of ‘tpm_pcr_extend’
include/linux/tpm.h:38: note: previous definition of ‘tpm_pcr_extend’ was here
make[3]: *** [drivers/char/tpm/tpm.o] Error 1

The information of .config:
CONFIG_TCG_TPM=m

Though I don't know the real reason, I found that the following patch caused
the problem.
commit d6ba452128178091dab7a04d54f7e66fdc32fb39
title: tpm add default function definitions

Best regards,
Jin Dongming

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/