소스 검색

eeepc-laptop: code movement

Move e.g. backlight_init() and backlight_exit() together along with the
other backlight functions, instead of grouping init() and exit()
functions.  Move e.g. backlight_ops to follow the functions it refers
to, and remove the forward declarations.  The code itself should remain
unchanged.

The eeepc-laptop driver implements a number of interfaces like the
backlight class driver.  This change makes it easier to examine the
implementation of one interface at at a time, without having to search
through the file to find init() and exit() functions etc.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
Alan Jenkins 15 년 전
부모
커밋
52bbe3c7b4
1개의 변경된 파일386개의 추가작업 그리고 505개의 파일을 삭제
  1. 386 505
      drivers/platform/x86/eeepc-laptop.c

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 386 - 505
drivers/platform/x86/eeepc-laptop.c


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.