From: Bjorn Helgaas Date: Fri, 12 Apr 2013 17:18:07 +0000 (-0600) Subject: PCI: Remove __must_check from definitions X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~143^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d67aed63b8bfa4a06575ed578328b02f909699ee;p=pandora-kernel.git PCI: Remove __must_check from definitions The __must_check (gcc "warn_unused_result") attribute only makes sense when compiling the *caller* of the function, so the attribute should appear on the declaration in the header file, not on the definition. The declarations of these functions are already annotated with __must_check. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed