diff options
Diffstat (limited to 'crash-driver.patch')
-rw-r--r-- | crash-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crash-driver.patch b/crash-driver.patch index 715ec54e8..511a41e8c 100644 --- a/crash-driver.patch +++ b/crash-driver.patch @@ -285,7 +285,7 @@ index 6e6c244..29cc9c8 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -60,3 +60,5 @@ js-rtc-y = rtc.o - obj-$(CONFIG_TILE_SROM) += tile-srom.o + obj-$(CONFIG_XILLYBUS) += xillybus/ obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o + |