interconnect: convert to DEFINE_SHOW_ATTRIBUTE
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
This commit is contained in:
parent
f03f73c2a9
commit
83fdb2dfb0
|
@ -90,18 +90,7 @@ static int icc_summary_show(struct seq_file *s, void *data)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
DEFINE_SHOW_ATTRIBUTE(icc_summary);
|
||||||
static int icc_summary_open(struct inode *inode, struct file *file)
|
|
||||||
{
|
|
||||||
return single_open(file, icc_summary_show, inode->i_private);
|
|
||||||
}
|
|
||||||
|
|
||||||
static const struct file_operations icc_summary_fops = {
|
|
||||||
.open = icc_summary_open,
|
|
||||||
.read = seq_read,
|
|
||||||
.llseek = seq_lseek,
|
|
||||||
.release = single_release,
|
|
||||||
};
|
|
||||||
|
|
||||||
static struct icc_node *node_find(const int id)
|
static struct icc_node *node_find(const int id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user