mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 10:19:44 +01:00
rtc-rv5c386a: fix build with kernel 6.12
`no_llseek` was defined as NULL since 2 years already and was removed in Linux 6.12, see: https://git.kernel.org/linus/cb787f4ac0c2e439ea8d7e6387b925f74576bdf8 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
5f983981db
commit
1a4ffafeef
1 changed files with 0 additions and 1 deletions
|
|
@ -501,7 +501,6 @@ static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
|
|||
|
||||
static const struct file_operations rtc_fops = {
|
||||
.owner = THIS_MODULE,
|
||||
.llseek = no_llseek,
|
||||
.read = rtc_read,
|
||||
.write = rtc_write,
|
||||
.unlocked_ioctl = rtc_ioctl,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue