[PATCH] dmaengine: amba-pl08x: make filter check that the channel is owned by pl08x
From: Linus Walleij <hidden>
Date: 2011-09-06 05:28:04
From: Linus Walleij <hidden>
Date: 2011-09-06 05:28:04
2011/8/31 Micha? Miros?aw [off-list ref]:
2011/8/31 Russell King - ARM Linux [off-list ref]:quoted
+static struct amba_driver pl08x_amba_driver; +This will make C++ coders confused a bit. Valid C, though.
We do this kind of forward declarations all over the kernel if that's what you mean. (I cannot claim to know C++ well enough to grasp if that's the potential confusion...) Yours, Linus Walleij