diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/parport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/parport.h b/include/linux/parport.h index 77e99e8eace2..eff925bb5da6 100644 --- a/include/linux/parport.h +++ b/include/linux/parport.h @@ -311,6 +311,8 @@ struct parport { int spintime; atomic_t ref_count; + + struct list_head full_list; }; #define DEFAULT_SPIN_TIME 500 /* us */ |
