Skip to content
  1. Mar 17, 2017
  2. Mar 11, 2017
  3. Mar 08, 2017
  4. Feb 21, 2017
  5. Feb 16, 2017
  6. Feb 13, 2017
  7. Feb 10, 2017
  8. Feb 08, 2017
  9. Feb 07, 2017
  10. Feb 02, 2017
  11. Feb 01, 2017
  12. Jan 31, 2017
  13. Jan 25, 2017
    • Bhumika Goyal's avatar
      Input: constify device_type structures · f719315b
      Bhumika Goyal authored
      
      
      Declare device_type structures as const as they are only stored in the
      type field of a device structure. This field is of type const, so add
      const to declaration of device_type structures.
      
      File size before:
         text	   data	    bss	    dec	    hex	filename
        17184	   1344	     80	  18608	   48b0	drivers/input/input.o
      
      File size after:
         text	   data	    bss	    dec	    hex	filename
        17248	   1280	     80	  18608	   48b0	drivers/input/input.o
      
      File size before:
         text	   data	    bss	    dec	    hex	filename
         2355	    384	      8	   2747	    abb	drivers/input/rmi4/rmi_bus.o
      
      File size after:
         text	   data	    bss	    dec	    hex	filename
         2483	    264	      8	   2755	    ac3	drivers/input/rmi4/rmi_bus.o
      
      Signed-off-by: default avatarBhumika Goyal <bhumirks@gmail.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      f719315b