Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eeacfb1e authored by Manjunatha Madana's avatar Manjunatha Madana Committed by Gerrit - the friendly Code Review server
Browse files

drivers: char: Fix compilation error for smd pkt driver



Fix for the compilation error when the config is enabled.

Change-Id: I172d67f903e48eb6cda6fb1b1ee61fa8950eee6f
Signed-off-by: default avatarManjunatha Madana <mamanj@codeaurora.org>
parent 05172b17
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -155,8 +155,7 @@ static ssize_t open_timeout_show(struct device *dev,
	return ret;
	return ret;
}
}


static DEVICE_ATTR_RW(open_timeout, 0644, open_timeout_show,
static DEVICE_ATTR(open_timeout, 0664, open_timeout_show, open_timeout_store);
					open_timeout_store);


static int smd_pkt_rpdev_probe(struct rpmsg_device *rpdev)
static int smd_pkt_rpdev_probe(struct rpmsg_device *rpdev)
{
{