hungys / binder-for-linux

An experimental project to port Android Binder IPC subsystem to Ubuntu Linux.
154 stars 73 forks source link

Updated binder and ashmem drivers to work with newer kernels #2

Open hiq-larryschiefer opened 7 years ago

hiq-larryschiefer commented 7 years ago

Removed checking of return value from misc_deregister as the function returns void in newer kernels. This will allow the drivers to build with Ubuntu 16.04 and other kernels for newer distros.