This patch removes the unused variable "struct net_device *dev" from the
"struct at91_priv".
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
 
 struct at91_priv {
        struct can_priv can;            /* must be the first member! */
-       struct net_device *dev;
        struct napi_struct napi;
 
        void __iomem *reg_base;
        priv->can.do_get_berr_counter = at91_get_berr_counter;
        priv->can.ctrlmode_supported = CAN_CTRLMODE_3_SAMPLES |
                CAN_CTRLMODE_LISTENONLY;
-       priv->dev = dev;
        priv->reg_base = addr;
        priv->devtype_data = *devtype_data;
        priv->clk = clk;