mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-12 03:51:39 +00:00
- Change parameters of gpio_write (const char * buf -> const char __user *buf) - Don't initialize static variables to zero. - Remove useless casts from void. - Change name of interrupt routine (gpio_pa_interrupt -> gpio_interrupt) - Use kzmalloc instead of allocating memory and zeroing it manually. - Correct casts for copy_to_user and copy_from_user to (void __user *) - Make file_operations gpio_fops static. - Make ioif_watcher static, not used outside this file. |
||
|---|---|---|
| .. | ||
| axisflashmap.c | ||
| ds1302.c | ||
| eeprom.c | ||
| gpio.c | ||
| i2c.c | ||
| i2c.h | ||
| Kconfig | ||
| Makefile | ||
| pcf8563.c | ||
| sync_serial.c | ||