commit | 713efcabca1fffbbb253a33ff0f8fda532633064 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Aug 30 09:02:27 2013 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Aug 30 13:24:14 2013 -0400 |
tree | 968e8232867c5a1a6fd26d50755be4f8bcac2a1b | |
parent | 04660bb5d0e4104e01a8fc34e5d51de1d84c09bf [diff] |
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>