Anton Vorontsov
67a101f573
pstore: Headers should include all stuff they use
...
Headers should really include all the needed prototypes, types, defines
etc. to be self-contained. This is a long-standing issue, but apparently
the new tracing code unearthed it (SMP=n is also a prerequisite):
In file included from fs/pstore/internal.h:4:0,
from fs/pstore/ftrace.c:21:
include/linux/pstore.h:43:15: error: field ‘read_mutex’ has incomplete type
While at it, I also added the following:
linux/types.h -> size_t, phys_addr_t, uXX and friends
linux/spinlock.h -> spinlock_t
linux/errno.h -> Exxxx
linux/time.h -> struct timespec (struct passed by value)
struct module and rs_control forward declaration (passed via pointers).
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-07-17 12:15:30 -07:00
..
2012-05-29 23:28:34 -04:00
2012-03-20 21:29:35 -04:00
2012-05-29 23:28:34 -04:00
2012-05-06 13:43:41 +08:00
2012-05-28 09:54:45 -07:00
2012-03-20 21:29:35 -04:00
2012-05-06 13:43:41 +08:00
2012-06-21 13:41:07 -07:00
2012-03-20 21:29:41 -04:00
2012-06-20 07:43:48 -05:00
2012-06-01 12:35:19 -05:00
2012-05-06 13:43:41 +08:00
2012-03-20 21:29:48 -04:00
2012-03-21 13:36:41 -07:00
2012-04-17 00:18:36 -04:00
2012-05-15 14:59:26 -07:00
2012-05-15 10:39:28 -05:00
2012-05-29 23:28:40 -04:00
2012-03-20 21:29:35 -04:00
2012-06-12 06:33:22 +03:00
2012-05-29 23:28:33 -04:00
2012-05-28 09:54:45 -07:00
2012-05-28 09:54:45 -07:00
2012-06-07 19:04:19 -04:00
2012-06-01 10:34:35 -07:00
2012-05-06 13:43:41 +08:00
2012-06-05 10:11:11 -07:00
2012-05-29 23:28:33 -04:00
2012-05-06 13:43:41 +08:00
2012-06-17 14:39:59 -07:00
2012-05-06 13:43:41 +08:00
2012-06-01 10:34:35 -07:00
2012-05-06 13:43:41 +08:00
2012-05-28 09:54:45 -07:00
2012-05-29 23:28:33 -04:00
2012-05-15 23:34:37 +02:00
2012-06-01 00:10:32 -04:00
2012-06-01 16:55:42 -07:00
2012-05-06 13:43:41 +08:00
2012-06-01 08:32:58 -07:00
2012-05-06 13:43:41 +08:00
2012-05-06 13:43:41 +08:00
2012-06-01 12:07:25 -04:00
2012-06-20 14:38:11 -04:00
2012-06-14 13:54:08 -04:00
2012-06-20 14:39:35 -07:00
2012-06-01 19:51:22 -07:00
2012-05-30 21:04:53 -04:00
2012-06-01 12:07:25 -04:00
2012-05-29 23:28:40 -04:00
2012-05-06 13:43:41 +08:00
2012-03-20 21:29:35 -04:00
2012-06-04 11:00:45 -07:00
2012-07-17 12:15:30 -07:00
2012-03-20 21:29:52 -04:00
2012-03-20 21:29:38 -04:00
2012-05-15 23:34:39 +02:00
2012-03-20 21:29:37 -04:00
2012-06-01 10:37:36 -04:00
2012-03-30 17:31:56 -07:00
2012-03-28 18:05:54 -07:00
2012-05-28 09:54:45 -07:00
2012-05-06 13:43:41 +08:00
2012-06-07 10:43:54 +03:00
2012-05-29 23:28:33 -04:00
2012-05-28 09:54:45 -07:00
2012-06-21 14:21:11 -05:00
2012-06-01 10:34:35 -07:00
2012-03-20 21:29:45 -04:00
2012-05-30 21:04:53 -04:00
2012-05-29 16:22:23 -07:00
2012-04-20 17:29:13 -07:00
2012-05-23 17:42:39 -07:00
2012-05-30 21:04:55 -04:00
2012-03-20 21:29:46 -04:00
2012-05-30 21:04:56 -04:00
2012-05-06 13:43:41 +08:00
2012-03-20 21:29:46 -04:00
2012-04-20 17:29:13 -07:00
2012-03-20 21:48:21 +08:00
2012-05-30 08:52:42 -07:00
2012-05-28 09:54:45 -07:00
2012-05-30 21:04:52 -04:00
2012-03-24 10:24:31 -07:00
2012-06-01 11:53:44 -07:00
2012-06-08 10:34:03 -07:00
2012-05-31 11:41:36 -07:00
2012-05-31 17:49:32 -07:00
2012-06-01 12:58:46 -04:00
2012-06-20 14:39:36 -07:00
2012-05-29 23:28:30 -04:00
2012-05-29 23:28:41 -04:00
2012-03-29 18:12:23 -07:00
2012-03-24 10:24:31 -07:00
2012-06-09 08:32:15 +09:00
2012-06-01 10:34:35 -07:00
2012-06-01 12:12:00 -04:00
2012-05-30 08:52:42 -07:00
2012-03-21 13:36:41 -07:00
2012-05-15 09:17:34 -04:00
2012-05-10 19:54:35 -07:00
2012-05-29 23:28:31 -04:00
2012-03-20 21:29:38 -04:00
2012-06-01 12:12:01 -04:00
2012-05-30 21:04:55 -04:00
2012-06-01 12:12:01 -04:00
2012-06-01 12:07:25 -04:00
2012-05-29 23:28:41 -04:00
2012-05-29 23:28:41 -04:00
2012-05-31 17:49:32 -07:00
2012-05-29 23:28:29 -04:00
2012-06-01 12:58:46 -04:00
2012-03-24 10:24:31 -07:00
2012-05-29 23:28:30 -04:00
2012-06-01 10:34:35 -07:00
2012-05-23 17:42:39 -07:00
2012-05-29 23:28:31 -04:00
2012-03-24 10:24:31 -07:00
2012-05-29 23:28:29 -04:00
2012-05-29 23:28:32 -04:00
2012-05-29 23:28:30 -04:00