Commit 571806a9f70fc4a4c575ab796555dfb401c2dfc1

Authored by Wolfram Sang
Committed by Greg Kroah-Hartman
1 parent 1ea6b8f489

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -348,6 +348,6 @@
348 348 }
349 349 }
350 350 EXPORT_SYMBOL(pcim_iounmap_regions);
351   -#endif
352   -#endif
  351 +#endif /* CONFIG_PCI */
  352 +#endif /* CONFIG_HAS_IOPORT */