From 8404749f41f50e7bc4771b020ac395edbd926e8d Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Wed, 28 Mar 2007 13:42:25 +0200 Subject: [PATCH] --- yaml --- r: 56144 b: refs/heads/master c: e3f9678c36dc81fde5dc86848d6d6077659ecaf0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/aoa/soundbus/i2sbus/i2sbus-core.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 623593e30d11..c9fc77b656a6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6d5fc07aee79327eba5e50a3afa4c1f11b4291d6 +refs/heads/master: e3f9678c36dc81fde5dc86848d6d6077659ecaf0 diff --git a/trunk/sound/aoa/soundbus/i2sbus/i2sbus-core.c b/trunk/sound/aoa/soundbus/i2sbus/i2sbus-core.c index 0fccdbf51663..efb9441b3acf 100644 --- a/trunk/sound/aoa/soundbus/i2sbus/i2sbus-core.c +++ b/trunk/sound/aoa/soundbus/i2sbus/i2sbus-core.c @@ -23,9 +23,6 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Johannes Berg "); MODULE_DESCRIPTION("Apple Soundbus: I2S support"); -/* for auto-loading, declare that we handle this weird - * string that macio puts into the relevant device */ -MODULE_ALIAS("of:Ni2sTi2sC"); static int force; module_param(force, int, 0444); @@ -37,6 +34,8 @@ static struct of_device_id i2sbus_match[] = { { } }; +MODULE_DEVICE_TABLE(of, i2sbus_match); + static int alloc_dbdma_descriptor_ring(struct i2sbus_dev *i2sdev, struct dbdma_command_mem *r, int numcmds)