]> git.baikalelectronics.ru Git - kernel.git/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)
commitd9bff5b828d21faa9d2f30de2fa9cc03edbea6d8
tree968e8232867c5a1a6fd26d50755be4f8bcac2a1b
parent9a37473fbdd466ccab42064f65f13fbd90b219c8
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