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

Commit 120ac5c8 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: msm_bus: remove unused debug function"

parents 3c07308b 457cd00f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -646,12 +646,6 @@ static ssize_t rules_dbg_read(struct file *file, char __user *buf,
	return ret;
}

static int rules_dbg_open(struct inode *inode, struct file *file)
{
	file->private_data = inode->i_private;
	return 0;
}

static const struct file_operations rules_dbg_fops = {
	.open		= simple_open,
	.read		= rules_dbg_read,