whatawurst / android_kernel_sony_msm8998

LineageOS Kernel Tree for Sony Xperia XZ Premium, XZ1 and XZ1 Compact
Other
38 stars 72 forks source link

Remove duplicated `__bpf_prog_charge`/`__bpf_prog_uncharge` #84

Closed Flamefire closed 1 year ago

Flamefire commented 1 year ago

See https://github.com/whatawurst/android_kernel_sony_msm8998/pull/84/files#diff-10c25cae50af6c8c81a80025da7200c8afa166f20c0b39bc85a745b9105f8ce6R395-R402

They likely originated from a merge conflict resolution.

Also add a missing newline and closing brace.

Only has an effect when CONFIG_BPF_SYSCALL is NOT set.

derfelot commented 1 year ago

thanks