Re: [PATCH] Fix undefined reference to `au8522_attach'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Good catch!  I don't know if this fix got merged yet or not, but it's correct.

Reviewed-by: Michael Krufky <mkrufky@xxxxxxxxxxx>

On Tue, Mar 26, 2013 at 7:17 AM, Hans Verkuil <hverkuil@xxxxxxxxx> wrote:
> au8522_attach is dependent on CONFIG_DVB_AU8522_DTV, not CONFIG_DVB_AU8522.
>
> Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx>
>
> diff --git a/drivers/media/dvb-frontends/au8522.h b/drivers/media/dvb-frontends/au8522.h
> index f2111e0..83fe9a6 100644
> --- a/drivers/media/dvb-frontends/au8522.h
> +++ b/drivers/media/dvb-frontends/au8522.h
> @@ -61,7 +61,7 @@ struct au8522_config {
>         enum au8522_if_freq qam_if;
>  };
>
> -#if IS_ENABLED(CONFIG_DVB_AU8522)
> +#if IS_ENABLED(CONFIG_DVB_AU8522_DTV)
>  extern struct dvb_frontend *au8522_attach(const struct au8522_config *config,
>                                           struct i2c_adapter *i2c);
>  #else
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux