#ifndef LINUX_KEXEC_INTERNAL_H #define LINUX_KEXEC_INTERNAL_H #include struct kimage *do_kimage_alloc_init(void); int sanity_check_segment_list(struct kimage *image); void kimage_free_page_list(struct list_head *list); void kimage_free(struct kimage *image); int kimage_load_segment(struct kimage *image, struct kexec_segment *segment); void kimage_terminate(struct kimage *image); int kimage_is_destination_range(struct kimage *image, unsigned long start, unsigned long end); extern struct mutex kexec_mutex; #ifdef CONFIG_KEXEC_FILE struct kexec_sha_region { unsigned long start; unsigned long len; }; void kimage_file_post_load_cleanup(struct kimage *image); #else /* CONFIG_KEXEC_FILE */ static inline void kimage_file_post_load_cleanup(struct kimage *image) { } #endif /* CONFIG_KEXEC_FILE */ #endif /* LINUX_KEXEC_INTERNAL_H */ ut type='hidden' name='id' value='69973b830859bc6529a7a0468ba0d80ee5117826'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/switchdev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/switchdev/Makefile')
4992d8f040b8d8db0b86d42806e0c417f7ccf (patch)
tree5b06e952af482d45f3ade64e77824662e34b7fa2 /Documentation/dmaengine
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/dmaengine')