#ifndef _PRINTK_BRAILLE_H #define _PRINTK_BRAILLE_H #ifdef CONFIG_A11Y_BRAILLE_CONSOLE static inline void braille_set_options(struct console_cmdline *c, char *brl_options) { c->brl_options = brl_options; } char * _braille_console_setup(char **str, char **brl_options); int _braille_register_console(struct console *console, struct console_cmdline *c); int _braille_unregister_console(struct console *console); #else static inline void braille_set_options(struct console_cmdline *c, char *brl_options) { } static inline char * _braille_console_setup(char **str, char **brl_options) { return NULL; } static inline int _braille_register_console(struct console *console, struct console_cmdline *c) { return 0; } static inline int _braille_unregister_console(struct console *console) { return 0; } #endif #endif gi/linux/net-next.git/'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation/ABI/obsolete/sysfs-gpio
='hidden' name='id' value='5db4992d8f040b8d8db0b86d42806e0c417f7ccf'/>
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-10-20 15:44:19 +0200
committerTobias Klauser <tklauser@distanz.ch>2017-02-15 10:34:18 +0100
commit5db4992d8f040b8d8db0b86d42806e0c417f7ccf (patch)
tree5b06e952af482d45f3ade64e77824662e34b7fa2 /Documentation/ABI/testing/sysfs-class-iommu-intel-iommu
parent370ebb0ef6255132373ed35d13e7b1d8d2eb7003 (diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-iommu-intel-iommu')