]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/proportions.h
ide-disk: set non-rotational queue flag for SSD and CF devices
[linux-2.6-omap-h63xx.git] / include / linux / proportions.h
index 5afc1b23346d1f04536ea9339c1790b1cceeef3a..cf793bbbd05e18e6d87e98dd1e3e4f9df767d8d6 100644 (file)
@@ -104,8 +104,8 @@ struct prop_local_single {
         * snapshot of the last seen global state
         * and a lock protecting this state
         */
-       int shift;
        unsigned long period;
+       int shift;
        spinlock_t lock;                /* protect the snapshot state */
 };