The patch titled VELOCITY: remove an unused function from the header has been removed from the -mm tree. Its filename is velocity-remove-an-unused-function-from-the-header.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: VELOCITY: remove an unused function from the header From: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Removes an unused function from the via-velocity-driver. It doesn't make the binary smaller, but the source cleaner. Signed-off-by: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/via-velocity.h | 19 ------------------- 1 files changed, 19 deletions(-) diff -puN drivers/net/via-velocity.h~velocity-remove-an-unused-function-from-the-header drivers/net/via-velocity.h --- a/drivers/net/via-velocity.h~velocity-remove-an-unused-function-from-the-header +++ a/drivers/net/via-velocity.h @@ -262,25 +262,6 @@ struct velocity_rd_info { dma_addr_t skb_dma; }; -/** - * alloc_rd_info - allocate an rd info block - * - * Alocate and initialize a receive info structure used for keeping - * track of kernel side information related to each receive - * descriptor we are using - */ - -static inline struct velocity_rd_info *alloc_rd_info(void) -{ - struct velocity_rd_info *ptr; - if ((ptr = kmalloc(sizeof(struct velocity_rd_info), GFP_ATOMIC)) == NULL) - return NULL; - else { - memset(ptr, 0, sizeof(struct velocity_rd_info)); - return ptr; - } -} - /* * Used to track transmit side buffers. */ _ Patches currently in -mm which might be from henne@xxxxxxxxxxxxxxxx are git-netdev-all.patch tg3-convert-the-pci_device_id-table-to-pci_device.patch git-scsi-misc.patch pci_module_init-conversion-in-scsi-subsys-2nd-try.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html