commit | ef97d4217389409f3c72b85dacd4be4b1bcef413 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@kernel.org> | Fri Apr 13 10:24:20 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 13 10:59:38 2012 -0700 |
tree | 1fc47299b43466164b9289a3801cd4fe6346ce4e | |
parent | a7322fc2fa6417a5bc4f0a40e6e79608505416e2 [diff] |
staging:iio:iio_core.h make less dependent on other included headers There are a lot of pointers to structures used in here that are not declared unless a particular header is included first. Deal with the IIO specific ones by putting in forward declarations and the other ones by including kernel.h and device.h. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>