diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-09-22 12:12:16 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-09-22 12:12:16 +0400 |
commit | 7639913f7298ed23a3f026ebcbb3b4e8850bcc39 (patch) | |
tree | 26f08f061535015b748a96106f4869560e3afc63 /mm/zbud.c | |
parent | 4e9c58cb1219bcbcf6e698ed6541b275048bfa88 (diff) | |
parent | f8fb117034847634bff8f02632151f7535981fa1 (diff) | |
download | linux-7639913f7298ed23a3f026ebcbb3b4e8850bcc39.tar.xz |
Merge branch 'topic/hda-jack-rework' into for-next
This is a merge of rework of HD-audio jack event handling code.
It extends the jack table to allow multiple callbacks.
Diffstat (limited to 'mm/zbud.c')
-rw-r--r-- | mm/zbud.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/zbud.c b/mm/zbud.c index a05790b1915e..f26e7fcc7fa2 100644 --- a/mm/zbud.c +++ b/mm/zbud.c @@ -195,6 +195,7 @@ static struct zpool_driver zbud_zpool_driver = { .total_size = zbud_zpool_total_size, }; +MODULE_ALIAS("zpool-zbud"); #endif /* CONFIG_ZPOOL */ /***************** |