media: cxd2820r: make arrays tab static const, makes object smaller
[sfrench/cifs-2.6.git] / drivers / media / dvb-frontends / cxd2820r_c.c
index 6f7eedb4c00e322e46b2504651c1917e5f896d48..0ba382948c5175c61522315fdd2a6e94ebb89e8f 100644 (file)
@@ -298,7 +298,7 @@ int cxd2820r_sleep_c(struct dvb_frontend *fe)
        struct cxd2820r_priv *priv = fe->demodulator_priv;
        struct i2c_client *client = priv->client[0];
        int ret;
-       struct reg_val_mask tab[] = {
+       static const struct reg_val_mask tab[] = {
                { 0x000ff, 0x1f, 0xff },
                { 0x00085, 0x00, 0xff },
                { 0x00088, 0x01, 0xff },