[media] drxk: remove the option to load firmware asynchronously
[linux-2.6-microblaze.git] / drivers / media / dvb-frontends / drxk.h
index e666718..f6cb346 100644 (file)
@@ -8,7 +8,7 @@
 /**
  * struct drxk_config - Configure the initial parameters for DRX-K
  *
- * @adr:               I2C Address of the DRX-K
+ * @adr:               I2C address of the DRX-K
  * @parallel_ts:       True means that the device uses parallel TS,
  *                     Serial otherwise.
  * @dynamic_clk:       True means that the clock will be dynamically
@@ -29,7 +29,6 @@
  *                             A value of 0 (default) or lower indicates that
  *                             the correct number of parameters will be
  *                             automatically detected.
- * @load_firmware_sync:                Force the firmware load to be synchronous.
  *
  * On the *_gpio vars, bit 0 is UIO-1, bit 1 is UIO-2 and bit 2 is
  * UIO-3.
@@ -41,7 +40,6 @@ struct drxk_config {
        bool    parallel_ts;
        bool    dynamic_clk;
        bool    enable_merr_cfg;
-       bool    load_firmware_sync;
 
        bool    antenna_dvbt;
        u16     antenna_gpio;