Commit 9e142b72 authored by Helge Deller's avatar Helge Deller

parisc: Mark image_size __maybe_unused in perf_write()

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 0e466703
......@@ -288,7 +288,7 @@ static ssize_t perf_read(struct file *file, char __user *buf, size_t cnt, loff_t
static ssize_t perf_write(struct file *file, const char __user *buf,
size_t count, loff_t *ppos)
{
size_t image_size;
size_t image_size __maybe_unused;
uint32_t image_type;
uint32_t interface_type;
uint32_t test;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment