summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-06-06 11:29:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-06-06 11:29:45 +0200
commit6e27bfb15e4e2446753fe9affcc3128772205cec (patch)
tree18b11e3359da7a923402d287b3328f978523d4f6 /arch/sandbox
parentb65e45eccd99cfe46d3f111fe1dddb824afeb4db (diff)
parentcbf46b2dad492d24280b3a7ce4f5bcad16b06e10 (diff)
downloadbarebox-6e27bfb15e4e2446753fe9affcc3128772205cec.tar.gz
barebox-6e27bfb15e4e2446753fe9affcc3128772205cec.tar.xz
Merge branch 'next'
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/board/hostfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/board/hostfile.c b/arch/sandbox/board/hostfile.c
index e460d0a5f1..b049baa0a1 100644
--- a/arch/sandbox/board/hostfile.c
+++ b/arch/sandbox/board/hostfile.c
@@ -66,6 +66,7 @@ static void hf_info(struct device_d *dev)
static struct file_operations hf_fops = {
.read = hf_read,
.write = hf_write,
+ .lseek = dev_lseek_default,
};
static int hf_probe(struct device_d *dev)