Explorar o código

lib: devres: add annotations for #endif

While working on devres, I found those make navigating the code a tad
easier.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Wolfram Sang %!s(int64=13) %!d(string=hai) anos
pai
achega
571806a9f7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lib/devres.c

+ 2 - 2
lib/devres.c

@@ -348,5 +348,5 @@ void pcim_iounmap_regions(struct pci_dev *pdev, u16 mask)
 	}
 }
 EXPORT_SYMBOL(pcim_iounmap_regions);
-#endif
-#endif
+#endif /* CONFIG_PCI */
+#endif /* CONFIG_HAS_IOPORT */