···1491491501503. set_GPIO_IRQ_edge() is obsolete, and should be replaced by set_irq_type.151151152152-4. Direct access to SA1111 INTPOL is depreciated. Use set_irq_type instead.152152+4. Direct access to SA1111 INTPOL is deprecated. Use set_irq_type instead.1531531541545. A handler is expected to perform any necessary acknowledgement of the155155 parent IRQ via the correct chip specific function. For instance, if
+1-1
drivers/net/hamradio/Kconfig
···140140 modems that connect to a serial interface. The driver supports the141141 ser12 design in half-duplex mode. This is the old driver. It is142142 still provided in case your serial interface chip does not work with143143- the full-duplex driver. This driver is depreciated. To configure143143+ the full-duplex driver. This driver is deprecated. To configure144144 the driver, use the sethdlc utility available in the standard ax25145145 utilities package. For information on the modems, see146146 <http://www.baycom.de/> and
···321321322322#define mmiowb()323323324324-/* the following macro is depreciated */324324+/* the following macro is deprecated */325325#define ioaddr(port) __ioaddr((port))326326327327/*
+2-2
include/asm-arm26/memory.h
···6060/*6161 * Virtual <-> DMA view memory address translations6262 * Again, these are *only* valid on the kernel direct mapped RAM6363- * memory. Use of these is *depreciated*.6363+ * memory. Use of these is *deprecated*.6464 */6565#define virt_to_bus(x) ((unsigned long)(x))6666#define bus_to_virt(x) ((void *)((unsigned long)(x)))···9393#define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)94949595/*9696- * We should really eliminate virt_to_bus() here - it's depreciated.9696+ * We should really eliminate virt_to_bus() here - it's deprecated.9797 */9898#define page_to_bus(page) (page_address(page))9999
+1-1
include/asm-arm26/setup.h
···7070/* describes where the compressed ramdisk image lives */7171/*7272 * this one accidentally used virtual addresses - as such,7373- * its depreciated.7373+ * it's deprecated.7474 */7575#define ATAG_INITRD 0x544100057676