]> Pileus Git - ~andy/linux/commit
drivers/xen-tpmfront: Fix compile issue with missing option.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 30 Aug 2013 13:02:27 +0000 (09:02 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 30 Aug 2013 17:24:14 +0000 (13:24 -0400)
commit713efcabca1fffbbb253a33ff0f8fda532633064
tree968e8232867c5a1a6fd26d50755be4f8bcac2a1b
parent04660bb5d0e4104e01a8fc34e5d51de1d84c09bf
drivers/xen-tpmfront: Fix compile issue with missing option.

Randy reports:

x86_64:

drivers/built-in.o: In function `xen_tpmfront_init':
xen-tpmfront.c:(.init.text+0x257c): undefined reference to `xenbus_register_frontend'

This is nicely fixed by selecting the XenBus frontend module.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/char/tpm/Kconfig